mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
4 lines
104 B
Python
4 lines
104 B
Python
from pythonbrew.installer import install_pythonbrew
|
|
if __name__ == "__main__":
|
|
install_pythonbrew()
|