LibBotUniversal/src/libbot/__init__.py

6 lines
122 B
Python
Raw Normal View History

2024-12-18 14:16:37 +01:00
__version__ = "4.0.0"
2023-05-11 20:19:46 +02:00
__license__ = "GPL3"
__author__ = "Profitroll"
2024-12-18 14:16:37 +01:00
from . import utils, errors, i18n, pycord, pyrogram