.. _class_skeleton_app: ############ Skeleton app ############ This is an `example application`_. It shows basics of initializing your application in a class based fashion, some conventions you need to follow and basics of working with UI elements. .. _example application: https://github.com/ZeroPhone/ZPUI/tree/master/apps/example_apps/class_based_skeleton .. include:: ../../apps/example_apps/class_based_skeleton/main.py :code: python