You've already forked DataMate
* feature: implement endpoints with multi-level response models * refactor: move `/health` and `/config` endpoints to system module, remove example from base schemas * refactor: remove unused get_standard_response_model()
4 lines
121 B
Python
4 lines
121 B
Python
from .config import ConfigResponse
|
|
from .health import HealthResponse
|
|
|
|
__all__ = ["ConfigResponse", "HealthResponse"] |