yt-dlp-bot/app_api/api/core/dependencies.py

6 lines
100 B
Python
Raw Normal View History

2022-02-04 06:21:27 +08:00
from yt_shared.rabbit.publisher import Publisher
async def get_publisher():
yield Publisher()