#!/usr/bin/env python3 import sys cmd = sys.argv[1] if cmd == "list": import cli.list