Spaces:
Sleeping
Sleeping
File size: 319 Bytes
a671976 | 1 2 3 4 5 6 7 8 9 10 11 | """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"
|