model-service/model_service/views/__init__.py

3 lines
82 B
Python
Raw Normal View History

2020-04-13 21:14:06 +02:00
#!/usr/bin/env python3
2020-07-28 20:19:52 +02:00
from .svm_view import SVMView
from .cnn_view import CNNView