public_sentiment/web/constants/startup_parameter.py

13 lines
156 B
Python
Raw Normal View History

2024-09-18 13:38:24 +08:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
启动系统时的参数
"""
class StartupParameter:
# 采集数据
Crawl_Data = 'crawl_data'