上传文件至 ''

This commit is contained in:
小谢 2021-06-17 18:52:41 +08:00
parent 314f90cb9d
commit a19ece8055
1 changed files with 6 additions and 0 deletions

6
settings.py Normal file
View File

@ -0,0 +1,6 @@
class Settings: # 所有设置的类
def __init__(self):
self.screen_width = 1280
self.screen_height = 960
self.bg_color = (233, 233, 233)