diff --git a/aiogram/dispatcher/state.py b/aiogram/dispatcher/state.py index 5bdd984c..a35f6998 100644 --- a/aiogram/dispatcher/state.py +++ b/aiogram/dispatcher/state.py @@ -5,6 +5,10 @@ from .handler import SkipHandler log = logging.getLogger('aiogram.StateMachine') +# TODO: Provide async storage +# TODO: Provide inline/callback and etc updates. + + class BaseStorage: """ Skeleton for states storage