add stub for cmd

This commit is contained in:
Prodesire 2018-02-13 22:58:23 +08:00
parent 727cb6b415
commit e23b3a34d7
1 changed files with 4 additions and 0 deletions

4
pydu/cmd.pyi Normal file
View File

@ -0,0 +1,4 @@
class TimeoutExpired(Exception):
def __init__(self, cmd: str, timeout: int, output: str, stderr: str) -> None: ...