#!/usr/bin/env python
import plac
from portainer_cli import PortainerCLI

p = PortainerCLI()
plac.call(p.main)
