model-service/model_service/views/__init__.py

3 lines
82 B
Python

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