first commit

This commit is contained in:
김민성
2025-07-16 17:33:20 +09:00
commit 4b9161db45
51 changed files with 23478 additions and 0 deletions

5
back_src/test_run.py Normal file
View File

@@ -0,0 +1,5 @@
try:
from dxf_processor import DXFProcessor
print("Successfully imported DXFProcessor")
except Exception as e:
print(e)