tki.app.App

class tki.app.App(port: int = 8050, debug: bool = False)

Web application providing an interface for TKI

Parameters

portint

Port used to serve the application. Defaults to 8050

debugbool

Tun on debug mode. Defaults to False

__init__(port: int = 8050, debug: bool = False) None

Methods

__init__([port, debug])

run()

Starts webserver