File: __init__.py

package info (click to toggle)
python-pynetbox 7.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,164 kB
  • sloc: python: 3,568; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
from pynetbox.core.api import Api as api
from pynetbox.core.query import AllocationError, ContentError, RequestError

__version__ = "7.4.1"