refactor: project architecture refactor, container splitting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class UserPromoStates(StatesGroup):
|
||||
waiting_for_promo_code = State()
|
||||
Reference in New Issue
Block a user