massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / email / mime / multipart.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/email/mime/multipart.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/email/mime/multipart.pyi
new file mode 100644 (file)
index 0000000..cde83e4
--- /dev/null
@@ -0,0 +1,4 @@
+from email.mime.base import MIMEBase\r
+\r
+class MIMEMultipart(MIMEBase):\r
+    def __init__(self, _subtype=..., boundary=..., _subparts=..., **_params) -> None: ...\r