6 lines
74 B
Python
6 lines
74 B
Python
from .script import Script
|
|
|
|
|
|
class Run(Script):
|
|
"""Run a container"""
|