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 6bf6b9d + f0ad5df commit 7300005Copy full SHA for 7300005
examples/yoti_example_django/yoti_example/views.py
@@ -1,6 +1,6 @@
1
from django.views.generic import TemplateView
2
3
-from yoti import Client
+from yoti_python_sdk import Client
4
5
from .app_settings import (
6
YOTI_APPLICATION_ID,
examples/yoti_example_flask/app.py
from flask import Flask, render_template, request
from settings import (
0 commit comments