1"""Eepsite — personal .i2p website static file server. 2 3Serves static files from a docroot directory on localhost. 4I2PTunnel forwards inbound I2P connections to this server. 5 6Replaces Java I2P's embedded Jetty eepsite with Python's http.server. 7"""