mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
8 lines
174 B
Python
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
|