Skip to content

Instantly share code, notes, and snippets.

@chrisglass
Created December 7, 2018 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisglass/e5fa381d7564c6d1bc03199b86590410 to your computer and use it in GitHub Desktop.
Save chrisglass/e5fa381d7564c6d1bc03199b86590410 to your computer and use it in GitHub Desktop.
class MonObjet:
blah = 1
something = "something"
instance = MonObjet()
instance.blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment