You've already forked Travel-Agent
feat: Added notes creation, view and deletion, added route planning, added location list with current weather and nearby locations, code improvements and fixes
This commit is contained in:
@@ -28,3 +28,10 @@ class CreateLocationState(StatesGroup):
|
||||
location = State()
|
||||
date_start = State()
|
||||
date_end = State()
|
||||
|
||||
|
||||
class CreateNoteState(StatesGroup):
|
||||
travel_id = State()
|
||||
file_id = State()
|
||||
file_type = State()
|
||||
file_name = State()
|
||||
|
||||
Reference in New Issue
Block a user