You've already forked Travel-Agent
chore: Added __init__ files, added fallback for callbacks, refactoring & improvements
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
__all__ = (
|
||||
"start_command",
|
||||
"help_command",
|
||||
"menu_command",
|
||||
"profile_command",
|
||||
"create_travel_command",
|
||||
"travels_command",
|
||||
)
|
||||
|
||||
from app.handlers import (
|
||||
create_travel_command,
|
||||
help_command,
|
||||
menu_command,
|
||||
profile_command,
|
||||
start_command,
|
||||
travels_command,
|
||||
)
|
||||
Reference in New Issue
Block a user