Skip to content

Commit

Permalink
added AbstractRouter to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrErohin committed Feb 13, 2024
1 parent 3b6a230 commit 9e1e435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tplinkrouterc6u/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from tplinkrouterc6u.client import TplinkRouter, TplinkRouterProvider, TplinkC1200Router
from tplinkrouterc6u.client import TplinkRouter, TplinkRouterProvider, TplinkC1200Router, AbstractRouter
from tplinkrouterc6u.enum import Wifi
from tplinkrouterc6u.dataclass import Firmware, Status, Device, IPv4Reservation, IPv4DHCPLease, IPv4Status

0 comments on commit 9e1e435

Please sign in to comment.