veretube_bot_lib/veretube_bot/__init__.py

6 lines
122 B
Python
Raw Normal View History

2026-05-05 00:56:19 +02:00
from .bot import Bot
from .exceptions import BotAPIError
from .rank import Rank
__all__ = ["Bot", "BotAPIError", "Rank"]