Skip to content

Instantly share code, notes, and snippets.

@andreadipersio
Last active December 30, 2015 11:59
Show Gist options
  • Save andreadipersio/7826509 to your computer and use it in GitHub Desktop.
Save andreadipersio/7826509 to your computer and use it in GitHub Desktop.
An example on how to use metaclasses, difference between python 2 and python 3 and using six to write code supported on both.
if __name__ == "__main__":
print "Hello."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment