Raw File
runSModelS.py
#!/usr/bin/env python3

from smodels.tools.runSModelS import main
main()
back to top