yt-dlp-bot/api/core/dependencies.py
Taras Terletskyi 773eddffcd Initial
2022-03-09 23:17:37 +02:00

5 lines
100 B
Python

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