add IPAddressFunction to __all__

This commit is contained in:
Jamie Murphy 2023-07-05 16:58:20 +01:00
parent 1167a0473e
commit 63b946b339

View File

@ -20,6 +20,7 @@ from netbox.models import OrganizationalModel, PrimaryModel, NetBoxModel
__all__ = (
'Aggregate',
'IPAddress',
'IPAddressFunction'
'IPRange',
'Prefix',
'RIR',