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

4 lines
44 B
Python

class FileType:
FILE = 1
FOLDER = 2