BotEntity params hints, extended BotEnum db support
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from aiogram.types import CallbackQuery, Message
|
||||
from functools import wraps
|
||||
from types import UnionType
|
||||
from typing import Callable, Union, get_args, get_origin, Any
|
||||
from typing import Callable, Union, get_args, get_origin
|
||||
|
||||
from .model.descriptors import (
|
||||
BotCommand,
|
||||
|
||||
Reference in New Issue
Block a user