mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-14 03:14:30 +02:00
5 lines
107 B
Python
5 lines
107 B
Python
|
"""Exceptions for Mikrotik Router."""
|
||
|
|
||
|
class OldLibrouteros(Exception):
|
||
|
"""Old librouteros version."""
|