7 lines
204 B
Python
7 lines
204 B
Python
__version__ = "3.2.0"
|
|
__license__ = "GPL3"
|
|
__author__ = "Profitroll"
|
|
|
|
from . import errors, i18n, pycord, pyrogram, sync
|
|
from .__main__ import config_delete, config_get, config_set, json_read, json_write
|