Add pysawsim.sawsim.main() and bin/sawsim_hist.py calling it.
[sawsim.git] / bin / sawsim_hist.py
1 #!/usr/bin/env python
2
3 from pysawsim import sawsim_histogram as sh
4
5
6 sh.main()