LibBotUniversal/src/libbot/__init__.py
2023-08-07 11:21:49 +02:00

7 lines
129 B
Python

__version__ = "2.0.0"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import i18n, pyrogram, sync
from .__main__ import *