LibBotUniversal/src/libbot/__init__.py

7 lines
137 B
Python
Raw Normal View History

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