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