Deeplearning/remake/Qtorch/models/__init__.py

3 lines
54 B
Python
Raw Normal View History

2024-10-07 09:54:32 +08:00
from .Qsvm_brf import Qsvm_brf
__all__ = ['Qsvm_brf']