mirror of
https://github.com/kennethreitz-archive/python-build-old.git
synced 2026-06-05 15:30:19 +00:00
main
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
pyenv.cli
|
||||
~~~~~~~~~
|
||||
|
||||
PythonEnv CLI.
|
||||
"""
|
||||
|
||||
import clint
|
||||
|
||||
def main():
|
||||
pass
|
||||
Reference in New Issue
Block a user