5 lines
83 B
Python
5 lines
83 B
Python
#!/usr/bin/python
|
|
from cantera import ck2cti
|
|
import sys
|
|
|
|
ck2cti.main(sys.argv[1:])
|