mirror of
https://github.com/kennethreitz-archive/python-build-old.git
synced 2026-06-05 15:30:19 +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()
|