JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. 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 Parent Topic Application Configuration