To import the SDK in your project, use the following statement.
- import zcrmsdk
To import the SDK and rename it with a custom name, use the following statement.
- import zcrmsdk as your_custom_name

You must use this SDK name while referencing any class in the SDK.
A few examples:
To initialize the configuration properties file, use
- zcrmsdk.ZCRMRestClient.initialize(config)
To get the instance of the Contacts module, use
- module_ins = crmsdk.ZCRMModule.get_instance('Contacts') # crmsdk is the custom name