3b6524e0962c1438336f8ca80c2a84b7a9df7dd8
[p2pool.git] / run_p2pool.py
1 #!/usr/bin/env python
2
3 from p2pool import main
4
5 main.run()