Skip to content

Instantly share code, notes, and snippets.

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