massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / prettytable / prettytable / __init__.pyi
1 from .prettytable import (
2     ALL as ALL,
3     DEFAULT as DEFAULT,
4     FRAME as FRAME,
5     HEADER as HEADER,
6     MARKDOWN as MARKDOWN,
7     MSWORD_FRIENDLY as MSWORD_FRIENDLY,
8     NONE as NONE,
9     ORGMODE as ORGMODE,
10     PLAIN_COLUMNS as PLAIN_COLUMNS,
11     RANDOM as RANDOM,
12     PrettyTable as PrettyTable,
13     TableHandler as TableHandler,
14     from_csv as from_csv,
15     from_db_cursor as from_db_cursor,
16     from_html as from_html,
17     from_html_one as from_html_one,
18     from_json as from_json,
19 )