This commit is contained in:
Qubasa
2024-01-10 17:19:33 +01:00
parent cc6f9e67fa
commit 715ed10e59

View File

@@ -19,6 +19,7 @@ class CmdOut(NamedTuple):
stderr: str
cwd: Path
class Log(Enum):
STDERR = 1
STDOUT = 2