# Python imports from dataclasses import dataclass # Lib imports # Application imports @dataclass class Theming: success_color: str warning_color: str error_color: str