mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2026-03-21 20:18:38 -06:00
6 lines
145 B
Python
6 lines
145 B
Python
"""
|
|
Makes core module sync function available at package level for easier imports.
|
|
"""
|
|
|
|
from netbox_zabbix_sync.modules.core import Sync as Sync
|