1
0
forked from clan/clan-core
This commit is contained in:
Luis Hebendanz 2024-01-10 17:19:33 +01:00
parent 54f2eba1cc
commit c41bc10325

View File

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