7 lines
175 B
Python
7 lines
175 B
Python
import wx
|
|
try:
|
|
from .annular_checker import annular_check
|
|
annular_check().register()
|
|
except Exception as e:
|
|
wx.LogMessage('annular checker plugin error\n'+str(e))
|