netcache.py 64 B

1234
  1. #!/usr/bin/env python3
  2. from offpunk.netcache import main
  3. main()