from server.url import path SETUP = { "server": { "port": 8080, } } urls = [ path("/", "static-file", "index.html"), path("/template", "template", "index.html") ]