storage-service/storage_service/utils/__init__.py

7 lines
238 B
Python

#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers
from .storage import storage
from .healthchecks import register_health_checks
from .magic_amqp import magic_amqp