parsertenders/tgbot/utils/misc/bot_models.py
2024-11-03 21:16:44 +07:00

8 lines
174 B
Python

# - *- coding: utf- 8 - *-
from aiogram.fsm.context import FSMContext
from tgbot.services.api_session import AsyncRequestSession
FSM = FSMContext
ARS = AsyncRequestSession