first commit
This commit is contained in:
5
back_src/test_run.py
Normal file
5
back_src/test_run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
from dxf_processor import DXFProcessor
|
||||
print("Successfully imported DXFProcessor")
|
||||
except Exception as e:
|
||||
print(e)
|
||||
Reference in New Issue
Block a user