8 lines
121 B
Python
8 lines
121 B
Python
from Store._base import Store as BaseStore
|
|
from Store.registry import Store
|
|
|
|
__all__ = [
|
|
"Store",
|
|
"BaseStore",
|
|
]
|