Coverage for src/secchi/schema.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.15.2, created at 2026-08-04 22:15 +0000

1"""Version identifiers for persisted and externally consumed Secchi data.""" 

2 

3from __future__ import annotations 

4 

5CACHE_SCHEMA_VERSION = 1 

6PACKAGE_EXPORT_SCHEMA_VERSION = 1 

7PROJECT_EXPORT_SCHEMA_VERSION = 1 

8COMPARISON_SCHEMA_VERSION = 1