mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-04 02:33:06 +08:00
5 lines
110 B
Python
5 lines
110 B
Python
from yt_shared.rabbit.publisher import RmqPublisher
|
|
|
|
|
|
async def get_rmq_publisher():
|
|
yield RmqPublisher()
|