Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
yentl
/
modelverse
Watch
3
Star
3
Fork
6
Files
Issues
4
Pull Requests
0
Wiki
Tree:
a063055f90
Branches
Tags
debugging
master
pn_debugging
testing
modelverse
/
library.sh
library.sh
79 B
History
Raw
1
2
3
4
5
6
if type "pypy" > /dev/null; then
python="pypy"
else
python="python"
fi