Skip to content

Instantly share code, notes, and snippets.

@grihabor
Last active November 1, 2017 07:39
Show Gist options
  • Save grihabor/de83fcad6a702329ea13efa2b4924481 to your computer and use it in GitHub Desktop.
Save grihabor/de83fcad6a702329ea13efa2b4924481 to your computer and use it in GitHub Desktop.
Define python class #example
class Color:
pass
print(Color)
#|<class '__main__.Color'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment