massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / vobject / vobject / __init__.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/vobject/vobject/__init__.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/vobject/vobject/__init__.pyi
new file mode 100644 (file)
index 0000000..2312c6d
--- /dev/null
@@ -0,0 +1,4 @@
+from .base import Component
+
+def iCalendar() -> Component: ...
+def vCard() -> Component: ...