yt-dlp-bot/app_api/api/core/dependencies.py
2023-02-02 19:31:07 +02:00

6 lines
100 B
Python

from yt_shared.rabbit.publisher import Publisher
async def get_publisher():
yield Publisher()