Skip to content

Instantly share code, notes, and snippets.

@geoffkoh
Created January 26, 2020 06:48
Show Gist options
  • Save geoffkoh/409260208e560a971d9396b29bfd74e0 to your computer and use it in GitHub Desktop.
Save geoffkoh/409260208e560a971d9396b29bfd74e0 to your computer and use it in GitHub Desktop.
@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