Skeleton of project - database loading
This commit is contained in:
11
bot/handlers/register.py
Normal file
11
bot/handlers/register.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from rich import print
|
||||
|
||||
|
||||
def import_handlers():
|
||||
import bot.handlers.help.help
|
||||
assert bot.handlers.help.help
|
||||
|
||||
import bot.handlers.initialize.pull_db
|
||||
assert bot.handlers.initialize.pull_db
|
||||
|
||||
print('[gray]All handlers imported[/]')
|
||||
Reference in New Issue
Block a user