We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 240cec3 + 3747d3a commit ee980b3Copy full SHA for ee980b3
README.md
@@ -17,9 +17,9 @@ The code below will work exactly as the one explained in the [key verification t
17
First, we need to add the namespaces:
18
19
```python
20
-from cryptolens.helpers import Helpers
21
-from cryptolens.models import Response, RSAPublicKey
22
-from cryptolens.methods import Key
+from licensing.helpers import Helpers
+from licensing.models import Response, RSAPublicKey
+from licensing.methods import Key
23
```
24
25
Now we can perform the actual key verification:
0 commit comments