Files
xian_algorithm_new/app/services/__init__.py
T
2026-05-12 16:20:02 +08:00

7 lines
190 B
Python

"""
Business logic services package
"""
from app.services.rainfall_grid_service import rainfall_grid_service, RainfallGridService
__all__ = ['rainfall_grid_service', 'RainfallGridService']