LibBotUniversal/src/libbot/__init__.py

7 lines
137 B
Python
Raw Normal View History

__version__ = "3.0.0"
2023-05-11 20:19:46 +02:00
__license__ = "GPL3"
__author__ = "Profitroll"
2023-12-27 13:45:40 +01:00
from . import i18n, pycord, pyrogram, sync
2023-05-11 20:19:46 +02:00
from .__main__ import *