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