Spaces:
Runtime error
Runtime error
| """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" | |