Files
cbcren2026/storage/__init__.py

8 lines
121 B
Python

"""
Storage package for CBCFacil
"""
from .processed_registry import ProcessedRegistry
__all__ = ['ProcessedRegistry']