Skip to content

Instantly share code, notes, and snippets.

@grihabor
Last active November 1, 2017 07:38
Show Gist options
  • Save grihabor/488d25ca1764e2b4b23ccbd7fd694859 to your computer and use it in GitHub Desktop.
Save grihabor/488d25ca1764e2b4b23ccbd7fd694859 to your computer and use it in GitHub Desktop.
Create class instance #example
class Color:
pass
empty = Color()
print(empty)
#|<__main__.Color object at 0xf709fff0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment