Last active
December 30, 2015 11:59
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if __name__ == "__main__": | |
print "Hello." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment