## Issue The current code snippet results in an import error: ```py from applepassgenerator import ApplePassGeneratorClient ```  This solved the issue: ```py from applepassgenerator.client import ApplePassGeneratorClient ``` --- ## Checklist - [x] I have searched the [issues](https://github.com/PrimedigitalGlobal/applepassgenerator/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://github.com/PrimedigitalGlobal/applepassgenerator/issues) and believe that my question is not covered.