class Settings(): def __init__(self) -> None: self.width = 500 self.height = 500 self.caption = "My Game" self.background_color = (50, 50, 50)