6 lines
125 B
Python
6 lines
125 B
Python
"""Analytics service module"""
|
|
|
|
from app.services.analytics.report_service import ReportService
|
|
|
|
__all__ = ["ReportService"]
|