Skip to content

Instantly share code, notes, and snippets.

@titouanc
Created April 27, 2013 14:20
Show Gist options
  • Select an option

  • Save titouanc/5473276 to your computer and use it in GitHub Desktop.

Select an option

Save titouanc/5473276 to your computer and use it in GitHub Desktop.
class Tree:
def trig(self):
# ...
class SplitGame:
def trig(self):
self.tree.trig()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment