Skip to content

Instantly share code, notes, and snippets.

@WhiteRaBot
Created August 9, 2017 22:15
Show Gist options
  • Save WhiteRaBot/7c6cc91c63cb661e19177ec7e319e612 to your computer and use it in GitHub Desktop.
Save WhiteRaBot/7c6cc91c63cb661e19177ec7e319e612 to your computer and use it in GitHub Desktop.
from understand import Newb
Newb.call_understand()
class Newb:
def understand(self):
print("Test")
def call_understand(self):
self.understand()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment