mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Small changes
This commit is contained in:
parent
6c281188b3
commit
d4248c5672
5 changed files with 191 additions and 184 deletions
|
|
@ -5,7 +5,7 @@ from typing import TypedDict
|
|||
|
||||
from aiogram import Bot, Dispatcher, F, html
|
||||
from aiogram.filters import Command
|
||||
from aiogram.scenes import After, Scene, SceneRegistry, on
|
||||
from aiogram.fsm.scene import After, Scene, SceneRegistry, on
|
||||
from aiogram.types import (
|
||||
CallbackQuery,
|
||||
InlineKeyboardButton,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue