4 lines
114 B
Python
4 lines
114 B
Python
#!/usr/bin/env python3
|
|
from .svm_view import SVMView
|
|
from .cnn_view import CNNView
|
|
from .root_view import RootView |