From 260890cc9d2bec3e64973e7c5d4350a75fae4d5a Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Thu, 12 May 2022 15:05:18 -0400 Subject: Add notes for Enterprise edition-only module/class. --- python/enterprise.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/enterprise.py b/python/enterprise.py index cc770326..b999bec6 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -1,3 +1,7 @@ +""" +.. note: This module is only available in the Enterprise edition of Binary Ninja. +""" + import ctypes import os from typing import Tuple, List, Optional @@ -274,6 +278,7 @@ def is_initialized() -> bool: return core.BNIsEnterpriseServerInitialized() +@decorators.enterprise class LicenseCheckout: """ Helper class for scripts to make use of a license checkout in a scope. -- cgit v1.3.1