File: __init__.py

package info (click to toggle)
python-roborock 4.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,528 kB
  • sloc: python: 17,280; makefile: 18; 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] = []