From dbbeb25a209d007832be1748530ab14d0f3cbc53 Mon Sep 17 00:00:00 2001 From: Pingche Hsiao Date: Tue, 15 Aug 2017 10:53:43 +0800 Subject: [PATCH] Automatically load exported style names --- prettytable/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prettytable/__init__.py b/prettytable/__init__.py index ac2cb37..7d6fc8d 100644 --- a/prettytable/__init__.py +++ b/prettytable/__init__.py @@ -33,5 +33,6 @@ __version__ = "0.9.2" from .prettytable import PrettyTable -from .prettytable import ALL, HEADER, MSWORD_FRIENDLY, NONE +from .prettytable import FRAME, ALL, NONE, HEADER +from .prettytable import DEFAULT, MSWORD_FRIENDLY, PLAIN_COLUMNS, RANDOM from .factory import from_csv, from_db_cursor, from_html, from_html_one