# -*- coding: utf-8 -*- # Copyright (c) 2020 - 2023 Ricardo Bartels. All rights reserved. # # netbox-sync.py # # This work is licensed under the terms of the MIT license. # For a copy, see file LICENSE.txt included in this # repository or visit: . __version__ = "1.5.1" __version_date__ = "2023-09-25" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" __url__ = "https://github.com/bb-ricardo/netbox-sync"