model-service/model_service/views/__init__.py
marcsello 284dfce735
All checks were successful
continuous-integration/drone/push Build is passing
Added ability to store CNN models
2020-07-28 20:19:52 +02:00

3 lines
82 B
Python

#!/usr/bin/env python3
from .svm_view import SVMView
from .cnn_view import CNNView