prototorch_models/prototorch/y/library/__init__.py
2022-06-03 10:39:11 +02:00

6 lines
50 B
Python

from .glvq import GLVQ
__all__ = [
"GLVQ",
]