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