代码移动位置

This commit is contained in:
2025-08-05 20:37:33 +08:00
parent f6c182f38e
commit aef322a86d
4 changed files with 60 additions and 22 deletions

View File

@@ -5,11 +5,6 @@
Example usage of the analyze_qed_mw_distribution API
"""
import sys
import os
# Add the scripts directory to the path
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from analyze_qed_mw_distribution import main_api
print("Running analysis examples...")