mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Revert "added storages to __init__.py file to improve DX"
This reverts commit 5d0f6a9dfb.
This commit is contained in:
parent
9710caad75
commit
e746f81716
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
from .base import BaseStorage
|
||||
from .memory import MemoryStorage
|
||||
from .mongo import MongoStorage
|
||||
from .redis import RedisStorage
|
||||
|
||||
__all__ = (
|
||||
"BaseStorage",
|
||||
"MemoryStorage",
|
||||
"RedisStorage",
|
||||
"MongoStorage",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue