mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Create change log
This commit is contained in:
parent
7c2c190ddc
commit
5b392912a1
1 changed files with 16 additions and 0 deletions
16
CHANGES/1188.feature.rst
Normal file
16
CHANGES/1188.feature.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Fill fsm/storage/__init.py__ and fsm/__init__.py to simplify imports.
|
||||
For example use
|
||||
|
||||
.. code-block:: Python
|
||||
|
||||
from aiogram.fsm import RedisStorage, FSMContext, State
|
||||
..
|
||||
|
||||
instead of
|
||||
|
||||
.. code-block:: Python
|
||||
|
||||
from aiogram.fsm.storage.redis import RedisStorage
|
||||
from aiogram.fsm.context import FSMContext
|
||||
from aiogram.fsm.state import State
|
||||
..
|
||||
Loading…
Add table
Add a link
Reference in a new issue