Files
cbcren2026/storage/__init__.py
2026-03-31 01:28:25 -03:00

8 lines
121 B
Python

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