mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
added models
This commit is contained in:
0
constants/__init__.py
Normal file
0
constants/__init__.py
Normal file
4
constants/lang.py
Normal file
4
constants/lang.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class LangType:
|
||||
PYTHON = 1
|
||||
NODE = 2
|
||||
GO = 3
|
||||
4
constants/spider.py
Normal file
4
constants/spider.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class SpiderType:
|
||||
SCRAPY = 1
|
||||
PYSPIDER = 2
|
||||
PUPPETEER = 3
|
||||
Reference in New Issue
Block a user