20 lines
428 B
Python
20 lines
428 B
Python
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
class SenseHatException(Exception):
|
|
"""
|
|
The base exception class for all SenseHat exceptions.
|
|
"""
|
|
|
|
fmt = ...
|
|
def __init__(self, **kwargs) -> None: ...
|
|
|
|
class ColourSensorInitialisationError(SenseHatException):
|
|
fmt = ...
|
|
|
|
class InvalidGainError(SenseHatException):
|
|
fmt = ...
|
|
|
|
class InvalidIntegrationCyclesError(SenseHatException):
|
|
fmt = ...
|