Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active March 3, 2019 10:17
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 NMZivkovic/44a84e71aa4b6801d48378a0613d5e47 to your computer and use it in GitHub Desktop.
Save NMZivkovic/44a84e71aa4b6801d48378a0613d5e47 to your computer and use it in GitHub Desktop.
class Citadel(object):
def __init__(self):
self.__residents__ = []
def get_all_residents(self):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment