massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / discount.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/discount.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/discount.pyi
new file mode 100644 (file)
index 0000000..e9ff1c9
--- /dev/null
@@ -0,0 +1,6 @@
+from braintree.configuration import Configuration as Configuration
+from braintree.modification import Modification as Modification
+
+class Discount(Modification):
+    @staticmethod
+    def all(): ...