Files
geMoldInsight/src/storage/__init__.py
T
2026-02-12 23:27:42 +08:00

6 lines
128 B
Python

# storage/__init__.py
from .rustfs_storage import RustFSManager, rustfs_manager
__all__ = ['RustFSManager', 'rustfs_manager']