mirror of
https://github.com/pimoroni/st7735-python.git
synced 2025-01-05 22:40:25 +03:00
4 lines
183 B
Python
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) |