mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Add TODO.
This commit is contained in:
parent
18c18cb712
commit
864ba41558
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ from .handler import SkipHandler
|
||||||
log = logging.getLogger('aiogram.StateMachine')
|
log = logging.getLogger('aiogram.StateMachine')
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: Provide async storage
|
||||||
|
# TODO: Provide inline/callback and etc updates.
|
||||||
|
|
||||||
|
|
||||||
class BaseStorage:
|
class BaseStorage:
|
||||||
"""
|
"""
|
||||||
Skeleton for states storage
|
Skeleton for states storage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue