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