TRC hardfork @block 192239 / v0.8.0.2 (80002)
[p2pool.git] / run_p2pool.py
1 #!/usr/bin/env python
2
3 from p2pool import main
4
5 main.run()