7 lines
137 B
Python
7 lines
137 B
Python
__version__ = "2.1.0"
|
|
__license__ = "GPL3"
|
|
__author__ = "Profitroll"
|
|
|
|
from . import i18n, pycord, pyrogram, sync
|
|
from .__main__ import *
|