whoogle-search/app/__main__.py
Jake Howard bee8859b94
Use waitress rather than Flask's built in web server
It's not production grade
2020-05-12 22:11:54 +01:00

4 lines
39 B
Python

from .routes import run_app
run_app()