mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
class DevicetreeException(Exception):
|
|
def __init__(self, message):
|
|
super().__init__(message)
|