7 lines
209 B
Python
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"]
|
|
|