Skip to content

Instantly share code, notes, and snippets.

@d3lm
Created January 9, 2019 14:26
Show Gist options
  • Save d3lm/3a71052de07324060b8a9a295bbdb368 to your computer and use it in GitHub Desktop.
Save d3lm/3a71052de07324060b8a9a295bbdb368 to your computer and use it in GitHub Desktop.
class Variable():
def __init__(self, initial_value=None):
self.value = initial_value
_default_graph.variables.append(self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment