Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'typings/qrcode/constants.py')
-rw-r--r--typings/qrcode/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/typings/qrcode/constants.py b/typings/qrcode/constants.py
new file mode 100644
index 000000000..3f3582636
--- /dev/null
+++ b/typings/qrcode/constants.py
@@ -0,0 +1,4 @@
+
+from __future__ import annotations
+
+ERROR_CORRECT_L: int ...