diff --git a/pyenv/cli.py b/pyenv/cli.py new file mode 100644 index 0000000..c392c39 --- /dev/null +++ b/pyenv/cli.py @@ -0,0 +1,13 @@ +# -*- coding: utf-8 -*- + +""" +pyenv.cli +~~~~~~~~~ + +PythonEnv CLI. +""" + +import clint + +def main(): + pass \ No newline at end of file