2024-07-09 22:44:35 +02:00
|
|
|
__version__ = "3.2.3"
|
2023-05-11 20:19:46 +02:00
|
|
|
__license__ = "GPL3"
|
|
|
|
__author__ = "Profitroll"
|
|
|
|
|
2024-05-19 14:48:01 +02:00
|
|
|
from . import errors, i18n, pycord, pyrogram, sync
|
2024-05-26 15:40:29 +02:00
|
|
|
from .__main__ import config_delete, config_get, config_set, json_read, json_write
|