improving Dialogs

This commit is contained in:
easyw
2020-02-17 15:39:00 +01:00
parent aa58deaf1a
commit 84bba2a186
11 changed files with 1917 additions and 140 deletions

2
PcbToDxf/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .action_menu_pcb2dxf import pcb2dxf
pcb2dxf().register()