mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update __init__.py
This commit is contained in:
parent
2d30b0aad1
commit
a21582ad29
1 changed files with 2 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ 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
|
||||
from .utils.text_decorations import html_decoration as html
|
||||
from .utils.text_decorations import markdown_decoration as md
|
||||
|
||||
try:
|
||||
import uvloop as _uvloop
|
||||
|
|
@ -17,8 +17,6 @@ except ImportError: # pragma: no cover
|
|||
pass
|
||||
|
||||
F = MagicFilter()
|
||||
html = _html_decoration
|
||||
md = _markdown_decoration
|
||||
flags = FlagGenerator()
|
||||
|
||||
__all__ = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue