Files
post-proposal-bot/src/bot/factories/states.py
2026-04-16 01:16:54 +02:00

6 lines
118 B
Python

from aiogram.fsm.state import State, StatesGroup
class AddChannelStates(StatesGroup):
waiting_channel = State()