lories.application.view.interface#

Classes#

ViewInterface

Helper class that provides a standard way to create an ABC using

Module Contents#

class lories.application.view.interface.ViewInterface(context: lories.application.Application, configs: lories.typing.Configurations)#

Bases: lories.application.interface.Interface, dash.Dash

Inheritance diagram of lories.application.view.interface.ViewInterface

Helper class that provides a standard way to create an ABC using inheritance.