Draft: Reorganizing DraftEdit and future Draft command modules

This commit is contained in:
Yorik van Havre
2019-08-12 21:30:45 -03:00
parent 537a011a1d
commit 16c26cb3b1
4 changed files with 25 additions and 12 deletions

View File

@@ -46,6 +46,12 @@ from DraftSnap import *
from DraftTrackers import *
from pivy import coin
#---------------------------------------------------------------------------
# Commands that have been migrated to their own modules
#---------------------------------------------------------------------------
import DraftEdit
#---------------------------------------------------------------------------
# Preflight stuff
#---------------------------------------------------------------------------