mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
f8c6659fd8
now packaged with poetry and added to pypi using tomllib, requires python 3.11 readme, changelog updated to reflect changes major version bump
5 lines
88 B
Python
5 lines
88 B
Python
class XAirRemoteError(Exception):
|
|
"""Base error class for XAIR Remote."""
|
|
|
|
pass
|