Add project files.

This commit is contained in:
Computerboer
2023-05-30 23:56:32 +02:00
parent 8df7abbf2a
commit e20f393223
317 changed files with 97059 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
from __future__ import absolute_import
SUCCESS = 0
ERROR = 1
UNKNOWN_ERROR = 2
VIRTUALENV_NOT_FOUND = 3
PREVIOUS_BUILD_DIR_ERROR = 4
NO_MATCHES_FOUND = 23