python (3.12.0)
1 from .default_styles import DEFAULT_STYLES
2 from .theme import Theme
3
4
5 DEFAULT = Theme(DEFAULT_STYLES)
1 from .default_styles import DEFAULT_STYLES
2 from .theme import Theme
3
4
5 DEFAULT = Theme(DEFAULT_STYLES)