Skip to content

Instantly share code, notes, and snippets.

@d3lm
Created January 10, 2019 10:37
Show Gist options
  • Save d3lm/53fb0890df5dbc109f7e30aee1c867c0 to your computer and use it in GitHub Desktop.
Save d3lm/53fb0890df5dbc109f7e30aee1c867c0 to your computer and use it in GitHub Desktop.
class BinaryOperation(Operation):
def __init__(self, a, b):
super().__init__([a, b])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment