Skip to content

Instantly share code, notes, and snippets.

@chicagowebmanagement
Last active May 15, 2019 00:00
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 chicagowebmanagement/feb1b24135a405a6d16585a08c6581b9 to your computer and use it in GitHub Desktop.
Save chicagowebmanagement/feb1b24135a405a6d16585a08c6581b9 to your computer and use it in GitHub Desktop.
quick testing of class
"""
Author: Patrick Elward
Date: 05/06/2019
continued testing of classes
"""
class MyClass:
def __init__(self):
print('object ',self,' constructed')
showme = MyClass()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment