mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-01-02 00:07:47 +00:00
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
|