File: __init__.py

package info (click to toggle)
python-pynetgear 0.10.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 1,296; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
"""Module to communicate with Netgear routers using the SOAP v2 API."""
# flake8: noqa

from .router import Device, Netgear
from .const import ALLOW, BLOCK, DEFAULT_HOST, DEFAULT_USER, DEFAULT_PORT