mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-21 19:15:57 +10:00
4 lines
44 B
Python
4 lines
44 B
Python
class FileType:
|
|
FILE = 1
|
|
FOLDER = 2
|