11 lines
155 B
Python
11 lines
155 B
Python
"""
|
|
lib
|
|
~~~~~~~~~~~~~
|
|
Some libs for the bot whitch help him
|
|
"""
|
|
|
|
from .DB import *
|
|
from .Player import *
|
|
from .Comands import *
|
|
from .CogsPrepare import *
|