Initializing help system before first use

AppBase

AppBase


Purpose
The AppBase class. An Insight application must be a subclass of AppBase.
Example
>>> import xpressinsight as xi
...
... @xi.AppConfig("My App")
... class MyApp(xi.AppBase):
...     pass