File: __init__.py

package info (click to toggle)
python-aioshelly 13.23.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: python: 7,609; makefile: 7; sh: 3
file content (6 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
"""Shelly Gen1 CoAP block based device."""

from .coap import COAP
from .device import BLOCK_VALUE_UNIT, Block, BlockDevice, BlockUpdateType

__all__ = ["BLOCK_VALUE_UNIT", "COAP", "Block", "BlockDevice", "BlockUpdateType"]