mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 01:34:30 +00:00
9 lines
257 B
Python
9 lines
257 B
Python
# - *- coding: utf- 8 - *-
|
|
from aiogram.fsm.context import FSMContext
|
|
|
|
from tgbot.services.api_session import AsyncRequestSession
|
|
|
|
# Короткие алиасы для типизации обработчиков
|
|
FSM = FSMContext
|
|
ARS = AsyncRequestSession
|