4 lines
No EOL
88 B
Python
4 lines
No EOL
88 B
Python
from .api import api_bp
|
|
from .health import health_bp
|
|
|
|
__all__ = ["api_bp", "health_bp"] |