cpicsim.py 63 Bytes
Newer Older
GZhao's avatar
GZhao committed
1
2
3
import sys
from csst_cpic_sim.main import main
sys.exit(main())