4 lines
68 B
Python
4 lines
68 B
Python
|
|
from insurance.admin.routes import admin_bp
|
||
|
|
|
||
|
|
__all__ = ["admin_bp"]
|