7 lines
183 B
Python
7 lines
183 B
Python
import wx
|
|
try:
|
|
from .fabrication_positions import generatePOS
|
|
generatePOS().register()
|
|
except Exception as e:
|
|
wx.LogMessage('fabrication positions plugin error\n'+str(e))
|