feat: prepare ARR for controlled public deployment
This commit is contained in:
6
company_reports/__init__.py
Normal file
6
company_reports/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Deterministic monthly company room-report downstream processor."""
|
||||
|
||||
from company_reports.contracts import PROCESSOR_VERSION, RESULT_SCHEMA_VERSION
|
||||
|
||||
__all__ = ["PROCESSOR_VERSION", "RESULT_SCHEMA_VERSION"]
|
||||
|
||||
Reference in New Issue
Block a user