4 lines
76 B
Python
4 lines
76 B
Python
#!/usr/bin/python
|
|
|
|
from cantera.mixmaster.main import MixMaster
|
|
MixMaster()
|