baodan/api/insurance/stats/__init__.py

4 lines
68 B
Python

from insurance.stats.routes import stats_bp
__all__ = ["stats_bp"]