This repository has been archived on 2025-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
oin/typings/sense_hat/__init__.pyi

19 lines
339 B
Python

"""
This type stub file was generated by pyright.
"""
from .sense_hat import SenseHat
from .stick import (
ACTION_HELD,
ACTION_PRESSED,
ACTION_RELEASED,
DIRECTION_DOWN,
DIRECTION_LEFT,
DIRECTION_MIDDLE,
DIRECTION_RIGHT,
DIRECTION_UP,
InputEvent,
SenseStick,
)
__version__ = ...