Files
wyndham-ARR/company_reports/__init__.py
2026-07-29 16:38:05 +08:00

7 lines
209 B
Python

"""Deterministic monthly company room-report downstream processor."""
from company_reports.contracts import PROCESSOR_VERSION, RESULT_SCHEMA_VERSION
__all__ = ["PROCESSOR_VERSION", "RESULT_SCHEMA_VERSION"]