Files
geMoldInsight/src/storage/__init__.py
T

6 lines
128 B
Python
Raw Normal View History

2026-02-11 22:40:35 +08:00
# storage/__init__.py
from .rustfs_storage import RustFSManager, rustfs_manager
__all__ = ['RustFSManager', 'rustfs_manager']