Files
secondo-py/pysecondo/storage/__init__.py
2026-01-24 11:30:02 +08:00

8 lines
101 B
Python

"""
Storage module for PySECONDO
"""
from .memory import MemoryStorage
__all__ = ["MemoryStorage"]