euporie.core.app.launch

Define a simple app for launching euporie apps.

Classes

ConfigurableApp()

An application with configuration.

LaunchApp()

Launch a euporie application.

class euporie.core.app.launch.LaunchApp

Bases: ConfigurableApp

Launch a euporie application.

config: Config = <euporie.core.config.Config object>
classmethod launch() None

Launch an app.

classmethod load_settings() None

Load all known settings for this class.

name: str | None = None