all repos — rastro @ 303f75c7f98bcf857e2ef49ec4c4489ce9eb333b

BitTorrent tracker!

app/__main__.py (view raw)

 1
 2
 3
 4
from app.cli import main

if __name__ == "__main__":
    raise SystemExit(main())