class Settings: PROJECT_NAME = "彩票数据分析系统" API_V1_STR = "/api/v1" BACKEND_CORS_ORIGINS = ["*"] settings = Settings()