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