class Settings(): def __init__(self): self.width = 640 self.height = 480 self.fps = 60 settings = Settings()