Convert module swap to command pattern

This commit is contained in:
blitzmann
2018-07-21 18:20:24 -04:00
parent 5d0342ee2d
commit a66eb059e2
3 changed files with 38 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
from .moduleStateChange import FitModuleStateChangeCommand
from .moduleAdd import FitModuleAddCommand
from .moduleRemove import FitModuleRemoveCommand
from .moduleAddCharge import FitModuleAddChargeCommand
from .moduleAddCharge import FitModuleAddChargeCommand
from .moduleSwapOrClone import FitModuleSwapOrCloneCommand