Files
pypet_project/settings.py
T
2024-02-23 20:16:57 +03:00

6 lines
225 B
Python

class Settings():
'''Класс для хранения настроек Alien Invasion'''
def __init__(self):
self.screen_weight = 1200
self.screen_height = 800
self.bg_color = (230, 230, 230)