mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
10 lines
229 B
Python
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 *
|