class Settings:

    def __init__(self):

        self.screen_h = 1200
        self.screen_w = 800
