Add TODO.

This commit is contained in:
Alex Root Junior 2017-06-20 05:05:04 +03:00
parent 18c18cb712
commit 864ba41558

View file

@ -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