Deeplearning/remake/Qtorch/models/__init__.py
2024-10-07 09:54:32 +08:00

3 lines
54 B
Python

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