mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-25 04:45:38 +00:00
netmiko and config files
This commit is contained in:
@@ -14,3 +14,11 @@
|
||||
|
||||
"""napalm_vyos package."""
|
||||
from vyos import VyOSDriver
|
||||
import pkg_resources
|
||||
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution('napalm-vyos').version
|
||||
except pkg_resources.DistributionNotFound:
|
||||
__version__ = "Not installed"
|
||||
|
||||
__all__ = ('VyOSDriver',)
|
||||
|
||||
Reference in New Issue
Block a user