Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Last active April 20, 2017 14:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thiago-vieira/4164936 to your computer and use it in GitHub Desktop.
Save thiago-vieira/4164936 to your computer and use it in GitHub Desktop.
natural open struct in python
class Class:
pass
x = Class()
x.something = 42
print(x.something) # 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment