Browse Source

Update __all__ for #4255

dansheps 6 years ago
parent
commit
a5853427d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      netbox/extras/scripts.py

+ 2 - 0
netbox/extras/scripts.py

@@ -26,6 +26,8 @@ __all__ = [
     'BaseScript',
     'BooleanVar',
     'ChoiceVar',
+    'DynamicObjectVar',
+    'DynamicMultiObjectVar',
     'FileVar',
     'IntegerVar',
     'IPAddressVar',