mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-07 12:43:05 +00:00
Update __init__.py
This commit is contained in:
parent
7e66bbdf20
commit
ff0bed6257
1 changed files with 6 additions and 0 deletions
|
|
@ -5,14 +5,20 @@ from .bgp_route_frr import BGPRoutePluginFrr
|
|||
from .remove_command import RemoveCommand
|
||||
from .bgp_route_arista import BGPRoutePluginArista
|
||||
from .bgp_route_huawei import BGPRoutePluginHuawei
|
||||
from .bgp_routestr_huawei import BGPSTRRoutePluginHuawei
|
||||
from .bgp_route_juniper import BGPRoutePluginJuniper
|
||||
from .mikrotik_garbage_output import MikrotikGarbageOutput
|
||||
from .bgp_routestr_mikrotik import BGPSTRRoutePluginMikrotik
|
||||
from .mikrotik_normalize_input import MikrotikTargetNormalizerInput
|
||||
|
||||
__all__ = (
|
||||
"BGPRoutePluginArista",
|
||||
"BGPRoutePluginFrr",
|
||||
"BGPRoutePluginJuniper",
|
||||
"BGPRoutePluginHuawei",
|
||||
"BGPSTRRoutePluginHuawei",
|
||||
"MikrotikGarbageOutput",
|
||||
"BGPSTRRoutePluginMikrotik",
|
||||
"MikrotikTargetNormalizerInput",
|
||||
"RemoveCommand",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue