Created
May 3, 2023 11:59
-
-
Save stephengruppetta/429f1872c3217da7e6dfe37da9bc5095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Wizard: | |
def __init__(self): | |
self.name = None | |
self.patronus = None | |
self.birth_year = None | |
self.house = None | |
self.wand = None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment