1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add RouteTarget to __all__

This commit is contained in:
Jeremy Stretch
2020-10-09 14:38:21 -04:00
parent 30778a9c40
commit 66c4597525

View File

@@ -30,6 +30,7 @@ __all__ = (
'Prefix',
'RIR',
'Role',
'RouteTarget',
'Service',
'VLAN',
'VLANGroup',