diff --git a/languages/python/example.py b/languages/python/example.py index c237f2fed..4d627342f 100644 --- a/languages/python/example.py +++ b/languages/python/example.py @@ -3,6 +3,7 @@ from BitwardenClient import BitwardenClient, DeviceType, client_settings_from_dict +# Create the BitwardenClient, which is used to interact with the SDK client = BitwardenClient(client_settings_from_dict({ "apiUrl": "http://localhost:4000", "deviceType": DeviceType.SDK,