mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-03 18:23:34 +08:00
5 lines
100 B
Python
5 lines
100 B
Python
from yt_shared.rabbit.publisher import Publisher
|
|
|
|
|
|
async def get_publisher():
|
|
yield Publisher()
|