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-11 21:20:18 +03:00
__version__ = "0.2"
2023-05-11 21:19:46 +03:00
__license__ = "GPL3"
__author__ = "Profitroll"
from .__main__ import *
from . import sync