class Settings(): def __init__(self): self.width = 900 self.height = 990 self.fps = 60 self.debug = True self.sound = False settings = Settings()