File: __init__.py

package info (click to toggle)
python-roborock 4.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,480 kB
  • sloc: python: 16,602; makefile: 17; sh: 6
file content (8 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
"""Module for handling network connections to Roborock devices.

This is used internally by the device manager for creating connections to
Roborock devices. These modules contain common code, not specific to a
particular device or application level protocol.
"""

__all__: list[str] = []