File: __init__.py

package info (click to toggle)
python-xknx 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,012 kB
  • sloc: python: 39,710; javascript: 8,556; makefile: 27; sh: 12
file content (4 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
"""Package for management procedures as described in KNX-Standard 3.5.2."""

# ruff: noqa: F401
from .management import Management, P2PConnection