mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-01-02 00:07:47 +00:00
5 lines
88 B
Python
5 lines
88 B
Python
class MAirRemoteError(Exception):
|
|
"""Base error class for MAIR Remote."""
|
|
|
|
pass
|