This commit is contained in:
djimbo
2022-08-13 09:18:51 +03:00
commit 562d7f1acf
34 changed files with 1236 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# - *- coding: utf- 8 - *-
from textwrap import dedent
from aiogram.dispatcher.fsm.context import FSMContext
from tgbot.services.api_session import RequestsSession
ded = dedent
FSM = FSMContext
RS = RequestsSession