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