6 lines
132 B
Python
6 lines
132 B
Python
try:
|
|
from dxf_processor import DXFProcessor
|
|
print("Successfully imported DXFProcessor")
|
|
except Exception as e:
|
|
print(e)
|