Files
st7735-python-pimoroni/ST7735.py
Phil Howard f6599b1854 Repackage to latest Python boilerplate.
Deprecate "ST7735" and rename module to "st7735".
2023-11-03 13:42:34 +00:00

4 lines
183 B
Python

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