diff options
Diffstat (limited to 'docs/core/core_api_contract')
-rwxr-xr-x | docs/core/core_api_contract | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/core/core_api_contract b/docs/core/core_api_contract index b70fb8fa..ba4a963f 100755 --- a/docs/core/core_api_contract +++ b/docs/core/core_api_contract @@ -21,6 +21,8 @@ api for Bitmask Core. The values are meant to be type annotations. """ +import pkg_resources +pkg_resources.get_distribution('leap.bitmask') if __name__ == "__main__": from leap.bitmask.core.service import BitmaskBackend |