cantera/bin/mixmaster.py
2005-01-08 12:56:53 +00:00

5 lines
114 B
Python
Executable file

try:
from MixMaster import MixMaster
o = MixMaster()
except:
i = input("MixMaster failed to start!")