LibBotUniversal/libbot/__init__.py
2023-06-26 12:15:56 +02:00

8 lines
131 B
Python

__name__ = "libbot"
__version__ = "1.1"
__license__ = "GPL3"
__author__ = "Profitroll"
from .__main__ import *
from . import sync