Open kstrub-fn opened 1 year ago
The current code snippet results in an import error:
from applepassgenerator import ApplePassGeneratorClient
This solved the issue:
from applepassgenerator.client import ApplePassGeneratorClient
Issue
The current code snippet results in an import error:
This solved the issue:
Checklist