mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added __init__.py
This commit is contained in:
parent
c3fbc26350
commit
d320153ad8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
from magic_filter import MagicFilter
|
||||
|
||||
from .client import session
|
||||
from .client.bot import Bot
|
||||
from .dispatcher import filters, handler
|
||||
from .dispatcher.dispatcher import Dispatcher
|
||||
from .dispatcher.middlewares.base import BaseMiddleware
|
||||
from .dispatcher.router import Router
|
||||
from .utils.magic_filter import MagicFilter
|
||||
from .utils.text_decorations import html_decoration as _html_decoration
|
||||
from .utils.text_decorations import markdown_decoration as _markdown_decoration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue