baodan/api/insurance/kb/__init__.py

4 lines
59 B
Python

from insurance.kb.routes import kb_bp
__all__ = ["kb_bp"]