shlax/podctl/run.py
2020-02-12 03:19:21 +01:00

6 lines
74 B
Python

from .script import Script
class Run(Script):
"""Run a container"""