Files
st7735-python-pimoroni/ST7735.py
2023-11-03 13:43:19 +00:00

6 lines
185 B
Python

from warnings import warn
from st7735 import * # noqa F403
warn("Using \"import ST7735\" is deprecated. Please \"import st7735\" (all lowercase)!", DeprecationWarning, stacklevel=2)