mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Move transports into their own package (#1247)
This moves all transport implementations into a new `transports` package for cleaner main package & easier to understand project structure.
This commit is contained in:
@@ -11,7 +11,7 @@ from kasa import (
|
||||
DeviceConfig,
|
||||
SmartProtocol,
|
||||
)
|
||||
from kasa.protocol import BaseTransport
|
||||
from kasa.transports.basetransport import BaseTransport
|
||||
|
||||
from .device_fixtures import * # noqa: F403
|
||||
from .discovery_fixtures import * # noqa: F403
|
||||
|
Reference in New Issue
Block a user