Merge branch 'chk-genesis' of https://github.com/iongchun/p2pool into HEAD
[p2pool.git] / run_p2pool.py
1 #!/usr/bin/env python
2
3 from p2pool import main
4
5 main.run()