7 lines
89 B
Python
Executable file
7 lines
89 B
Python
Executable file
#!/usr/bin/env python3
|
|
import sys
|
|
|
|
cmd = sys.argv[1]
|
|
|
|
if cmd == "list":
|
|
import cli.list
|