Split Commands.py so that each command has a file.

This commit is contained in:
Paddle
2023-09-04 18:23:49 +02:00
parent 4293c4a65b
commit 5a2b2304f9
4 changed files with 70 additions and 31 deletions

View File

@@ -6,7 +6,8 @@ endif(BUILD_GUI)
set(Assembly_Scripts
Init.py
Commands.py
CommandCreateAssembly.py
CommandInsertLink.py
TestAssemblyWorkbench.py
Preferences.py
AssemblyImport.py