6 lines
106 B
Python
6 lines
106 B
Python
"""Endpoint monitoring service."""
|
|
|
|
from app.main import app, create_app
|
|
|
|
__all__ = ["app", "create_app"]
|