Changing posts

This commit is contained in:
2023-11-12 14:07:18 +03:00
parent 6ec0cc1a0e
commit 377dca7a9e
2 changed files with 55 additions and 7 deletions

View File

@@ -1 +1,5 @@
from aiogram.fsm.state import State, StatesGroup
class ChangePost(StatesGroup):
Text = State()