mirror of
https://github.com/kennethreitz-archive/python-build-old.git
synced 2026-07-21 21:49:33 +00:00
7 lines
89 B
Python
Executable File
7 lines
89 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import pyenv.cli
|
|
|
|
if __name__ == '__main__':
|
|
pyenv.cli.main()
|