8 lines
121 B
Python
8 lines
121 B
Python
"""
|
|
Storage package for CBCFacil
|
|
"""
|
|
|
|
from .processed_registry import ProcessedRegistry
|
|
|
|
__all__ = ['ProcessedRegistry']
|