tethys.apps.base

Module Contents

class tethys.apps.base.AppBase[source]

Bases: abc.ABC

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

classmethod get_apps(cls) → List[Type][source]