summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index aa7c1ed4..9f8cbc79 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -251,3 +251,6 @@ core_product_type = core.BNGetProductType()
core_license_count = core.BNGetLicenseCount()
'''License count from the license file'''
+
+core_ui_enabled = core.BNIsUIEnabled()
+'''Indicates that a UI exists and the UI has invoked BNInitUI'''