model-service/model_service/utils/__init__.py
Torma Kristóf c67bcc8db1
All checks were successful
continuous-integration/drone/push Build is passing
add healthchecks
2020-11-19 01:28:21 +01:00

5 lines
238 B
Python

#!/usr/bin/env python3
from .require_decorators import json_required, multipart_required
from .error_handlers import register_all_error_handlers
from .storage import storage, ensure_buckets
from .healthckecks import health_database_status