New types (In process...)

This commit is contained in:
Alex Root Junior 2017-10-12 16:43:23 +03:00
parent d98566bf7f
commit 84c8548ceb
48 changed files with 2206 additions and 14 deletions

View file

@ -1,4 +1,4 @@
from .bot import Bot
# from .bot import Bot
from .utils.versions import Version, Stage
VERSION = Version(1, 0, 0, stage=Stage.DEV, build=0)