You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.py 195 B

2 years ago
2 years ago
12345678910
  1. import platform
  2. class Config:
  3. '''配置文件'''
  4. appName = 'EMC' # 应用名称
  5. appVersion = "1.1.0" # 应用版本号
  6. appSystem = platform.system() # 本机系统类型