Files
archived-discord-bot/api/__init__.py
Roberto Anic Banic ad52f19c0b Added !top function.
2017-10-17 01:08:15 +02:00

10 lines
229 B
Python

__title__ = 'CompatAPI Python Wrapper'
__version__ = '1.0.0'
__build__ = 0x1
__author__ = 'Roberto Anic Banic'
__license__ = 'GPLv3'
__copyright__ = 'Copyright 2017 Roberto Anic Banic'
from .config import *
from .utils import *