Created
January 26, 2020 06:48
-
-
Save geoffkoh/409260208e560a971d9396b29bfd74e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ExecutorFactory.register('local') | |
class LocalExecutor(ExecutorBase): | |
# The rest of the code as above | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment