LibBotUniversal/libbot/__init__.py

8 lines
131 B
Python
Raw Normal View History

2023-05-11 21:19:46 +03:00
__name__ = "libbot"
2023-05-15 00:38:26 +03:00
__version__ = "0.4"
2023-05-11 21:19:46 +03:00
__license__ = "GPL3"
__author__ = "Profitroll"
from .__main__ import *
from . import sync