Class docstrings
This commit is contained in:
parent
11a1fd7f85
commit
a30b726b91
16 changed files with 118 additions and 10 deletions
|
|
@ -10,6 +10,8 @@ from pydantic import BaseModel
|
|||
|
||||
|
||||
class CommandOutput(BaseModel):
|
||||
"""A pydantic model passing the STDOUT and STDERR from a subprocess over HTTP."""
|
||||
|
||||
output: str
|
||||
error: str
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue