dcm/docker.py

9 lines
109 B
Python

class Docker():
is_installed = 0
is_running = 1
@staticmethod
def status():
pass