Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-25 14:37:43 +00:00
Update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# - *- 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
|
||||
Reference in New Issue
Block a user