mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 10:28:01 +00:00
Move SmartBulb into SmartDevice (#874)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""Package for supporting tapo-branded and newer kasa devices."""
|
||||
|
||||
from .smartbulb import SmartBulb
|
||||
from .smartchilddevice import SmartChildDevice
|
||||
from .smartdevice import SmartDevice
|
||||
|
||||
__all__ = ["SmartDevice", "SmartBulb", "SmartChildDevice"]
|
||||
__all__ = ["SmartDevice", "SmartChildDevice"]
|
||||
|
Reference in New Issue
Block a user