Files
crawlab/constants/node.py
2019-02-21 14:18:26 +08:00

4 lines
62 B
Python

class NodeType:
ONLINE = 'online'
OFFLINE = 'offline'