Files
thechart/src/theme_manager.py
T

7 lines
201 B
Python

# Deprecated legacy shim. Use 'thechart.ui.theme_manager' instead.
from __future__ import annotations
raise ImportError(
"src.theme_manager is removed. Import from 'thechart.ui.theme_manager'."
)