mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 14:48:28 -06:00
6 lines
88 B
Python
6 lines
88 B
Python
import ensurepip
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(ensurepip._main())
|