Update to be more pythonic and use abc module for declaring abstract classes/methods
Cleaned up cookie-cutter replicated code for sending signals to remote processes
Please Note: This does not address a bug so much as some clean up after learning/reviewing the code base. One part of these updates will now require the contract found in abstract methods in Deployer class be implemented to work, rather than having exceptions raised if not. This could represent a non-backwards compatible change which should be discussed
Update to be more pythonic and use abc module for declaring abstract classes/methods Cleaned up cookie-cutter replicated code for sending signals to remote processes
Please Note: This does not address a bug so much as some clean up after learning/reviewing the code base. One part of these updates will now require the contract found in abstract methods in Deployer class be implemented to work, rather than having exceptions raised if not. This could represent a non-backwards compatible change which should be discussed