3 lines
82 B
Python
3 lines
82 B
Python
#!/usr/bin/env python3
|
|
from .svm_view import SVMView
|
|
from .cnn_view import CNNView |