#!/usr/bin/env python3 import ickweb ickweb.create_app().run(host='localhost', port=8080)