massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / prettytable / prettytable / __init__.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/prettytable/prettytable/__init__.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/prettytable/prettytable/__init__.pyi
new file mode 100644 (file)
index 0000000..c6eedb4
--- /dev/null
@@ -0,0 +1,19 @@
+from .prettytable import (
+    ALL as ALL,
+    DEFAULT as DEFAULT,
+    FRAME as FRAME,
+    HEADER as HEADER,
+    MARKDOWN as MARKDOWN,
+    MSWORD_FRIENDLY as MSWORD_FRIENDLY,
+    NONE as NONE,
+    ORGMODE as ORGMODE,
+    PLAIN_COLUMNS as PLAIN_COLUMNS,
+    RANDOM as RANDOM,
+    PrettyTable as PrettyTable,
+    TableHandler as TableHandler,
+    from_csv as from_csv,
+    from_db_cursor as from_db_cursor,
+    from_html as from_html,
+    from_html_one as from_html_one,
+    from_json as from_json,
+)