Files
fletimageanalysis/back_src/test_run.py
2025-07-16 17:33:20 +09:00

6 lines
132 B
Python

try:
from dxf_processor import DXFProcessor
print("Successfully imported DXFProcessor")
except Exception as e:
print(e)