0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
howdy/cli.py
2018-02-10 15:09:49 +01:00

7 lines
89 B
Python
Executable file

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