Deeplearning/remake/Qtorch/models/__init__.py

3 lines
54 B
Python

from .Qsvm_brf import Qsvm_brf
__all__ = ['Qsvm_brf']