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.
1 parent 6bf6b9d commit f0ad5dfCopy full SHA for f0ad5df
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