module documentation

Library - Central hub for all Picoware apps.

Function run Run the app.
Function start Start the app.
Function stop Stop the app.
Variable _library Undocumented
Variable _library_index Undocumented
def run(view_manager):

Run the app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the app.

Parameters
view_manager:ViewManagerThe view manager context.
_library =

Undocumented

_library_index: int =

Undocumented