feat: prepare ARR for controlled public deployment
This commit is contained in:
5
monthly_reports/__init__.py
Normal file
5
monthly_reports/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Deterministic database-backed monthly channel report generation."""
|
||||
|
||||
from monthly_reports.contracts import PROCESSOR_VERSION, RESULT_SCHEMA_VERSION
|
||||
|
||||
__all__ = ["PROCESSOR_VERSION", "RESULT_SCHEMA_VERSION"]
|
||||
Reference in New Issue
Block a user