You've already forked Travel-Agent
4 lines
149 B
Python
4 lines
149 B
Python
__all__ = ("fallback", "location", "menu", "profile", "travel", "notes")
|
|
|
|
from app.callbacks import fallback, location, menu, notes, profile, travel
|