4
0
This repository has been archived on 2020-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
classification-service/classification_service/utils/__init__.py

4 lines
125 B
Python
Raw Permalink Normal View History

2020-04-15 00:33:06 +02:00
#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers