This commit is contained in:
dj
2023-12-01 18:17:58 +03:00
parent e0fe8e392f
commit 2208bbf566
18 changed files with 353 additions and 190 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# - *- coding: utf- 8 - *-
from aiogram.fsm.context import FSMContext
from tgbot.services.api_session import RequestSession
from tgbot.services.api_session import AsyncRequestSession
FSM = FSMContext
RS = RequestSession
ARS = AsyncRequestSession