public_sentiment/web/constants/startup_parameter.py
2024-09-18 13:38:24 +08:00

13 lines
156 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
启动系统时的参数
"""
class StartupParameter:
# 采集数据
Crawl_Data = 'crawl_data'