mirror of
https://github.com/kennethreitz-archive/python-build-old.git
synced 2026-06-05 15:30:19 +00:00
13 lines
104 B
Python
13 lines
104 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
pyenv.cli
|
|
~~~~~~~~~
|
|
|
|
PythonEnv CLI.
|
|
"""
|
|
|
|
import clint
|
|
|
|
def main():
|
|
pass |