finalynx.config

This file is where Finalynx’s overall behavior can be customized.

Module Contents

Functions

set_active_theme

Setter method needed to pass elements by reference accross modules.

get_active_theme

Getter method needed to pass elements by reference accross modules.

Data

DEFAULT_CURRENCY

_active_theme

API

finalynx.config.DEFAULT_CURRENCY

β€˜β‚¬β€™

finalynx.config._active_theme: finalynx.theme.Theme

None

finalynx.config.set_active_theme(theme: finalynx.theme.Theme) None[source]

Setter method needed to pass elements by reference accross modules.

finalynx.config.get_active_theme() finalynx.theme.Theme[source]

Getter method needed to pass elements by reference accross modules.