From a085d2013c9c5b0faffbf579ea539c6fd3ed6eda Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Nov 2011 17:46:01 -0500 Subject: [PATCH] main --- pyenv/cli.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyenv/cli.py 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