added some code to the service classes; no working code; mostly boilerplate...
This commit is contained in:
parent
61737bfec0
commit
132ce81d05
5 changed files with 117 additions and 35 deletions
|
|
@ -1,6 +1,5 @@
|
|||
"""
|
||||
The shell service. This is for executing services as shell commands
|
||||
and don't use a builtin function. This is useful to be free to do what you want.
|
||||
The shell service. This is for executing local shell commands and retrieve the output.
|
||||
"""
|
||||
|
||||
from service import Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue