Files
thechart/src/medicine_management_window.py
T

8 lines
247 B
Python

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