dograh/api/services/reports/__init__.py

4 lines
79 B
Python
Raw Permalink Normal View History

2025-09-09 14:37:32 +05:30
from .daily_report import DailyReportService
__all__ = ["DailyReportService"]