Skip to content

Commit

Permalink
Add IntEnum for HRuleStyle and VRuleStyle (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 16, 2024
1 parent 66c884f commit fc473a1
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 76 deletions.
4 changes: 4 additions & 0 deletions src/prettytable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
PLAIN_COLUMNS,
RANDOM,
SINGLE_BORDER,
HRuleStyle,
PrettyTable,
TableHandler,
TableStyle,
VRuleStyle,
from_csv,
from_db_cursor,
from_html,
Expand All @@ -37,9 +39,11 @@
"ORGMODE",
"PLAIN_COLUMNS",
"RANDOM",
"HRuleStyle",
"PrettyTable",
"TableHandler",
"TableStyle",
"VRuleStyle",
"from_csv",
"from_db_cursor",
"from_html",
Expand Down
Loading

0 comments on commit fc473a1

Please sign in to comment.