Direktori : /proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pynetbox/ |
Current File : //proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pynetbox/__init__.py |
from pkg_resources import get_distribution, DistributionNotFound from pynetbox.core.query import RequestError, AllocationError, ContentError from pynetbox.core.api import Api as api try: __version__ = get_distribution(__name__).version except DistributionNotFound: pass