mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Add docs for class-based handlers
This commit is contained in:
parent
b82a1a6fb0
commit
62bce34b49
6 changed files with 61 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .api import methods, types
|
||||
from .api.client import session
|
||||
from .api.client.bot import Bot
|
||||
from .dispatcher import filters
|
||||
from .dispatcher import filters, handler
|
||||
from .dispatcher.dispatcher import Dispatcher
|
||||
from .dispatcher.router import Router
|
||||
|
||||
|
|
@ -23,6 +23,7 @@ __all__ = (
|
|||
"Dispatcher",
|
||||
"Router",
|
||||
"filters",
|
||||
"handler",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0a0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue