This commit is contained in:
Kenneth Reitz
2011-11-14 17:46:01 -05:00
parent 922ff9f1ea
commit a085d2013c
+13
View File
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
"""
pyenv.cli
~~~~~~~~~
PythonEnv CLI.
"""
import clint
def main():
pass