mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-18 01:26:10 +10:00
4 lines
62 B
Python
4 lines
62 B
Python
class NodeType:
|
|
ONLINE = 'online'
|
|
OFFLINE = 'offline'
|