# -*- coding: utf-8 -*- """ pyenv.cli ~~~~~~~~~ PythonEnv CLI. """ import clint def main(): pass