RICS / backend /__init__.py
StormShadow308's picture
Add demo documentation and Docker setup for v2 report generation system
aad7814
Raw
History Blame Contribute Delete
319 Bytes
"""Template-agnostic RICS report backend (v2).
The v2 backend treats report structure as data discovered from an operator-provided
master template, rather than from a hardcoded RICS section registry. See the package
README for the deployment model and module map.
"""
__all__ = ["__version__"]
__version__ = "2.0.0"