Files
WQ_GUI/_check_qaa.py

4 lines
162 B
Python

import sys
sys.path.insert(0, r'D:\111\office\ZHLduijie\1.WQ\WQ_GUI')
from src.core.algorithms.qaa import QAABaselineSolver
print("QAABaselineSolver imported OK")