Files
crawlab/crawlab/constants/lang.py
2019-03-06 10:11:07 +08:00

5 lines
55 B
Python

class LangType:
PYTHON = 1
NODE = 2
GO = 3