baodan/api/insurance/stats/__init__.py

4 lines
68 B
Python
Raw Normal View History

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