Files
discord_bot/lib/__init__.py
2022-08-28 20:36:58 +03:00

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 *