You've already forked Travel-Agent
feat: Added travel models, travel creation command, travels list command with pagination, set help message, improvements and fixes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
__all__ = ()
|
||||
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class TravelCreationState(StatesGroup):
|
||||
error_message_id = State()
|
||||
title = State()
|
||||
description = State()
|
||||
Reference in New Issue
Block a user