File: __init__.py

package info (click to toggle)
python-aioshelly 11.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 2,583; makefile: 8; sh: 3
file content (6 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
"""Shelly Gen2 RPC based device."""

from .device import RpcDevice, RpcUpdateType
from .wsrpc import WsServer

__all__ = ["RpcDevice", "RpcUpdateType", "WsServer"]