From efe47274cbcc6094fef7fd110bd1fb33394b39f4 Mon Sep 17 00:00:00 2001 From: Mikael Capelle Date: Sat, 7 Jul 2018 12:23:48 +0200 Subject: [PATCH] Add import to __init__. --- pyltk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyltk/__init__.py b/pyltk/__init__.py index 3dfb0b3..2ed0f11 100644 --- a/pyltk/__init__.py +++ b/pyltk/__init__.py @@ -12,5 +12,5 @@ from .makebox import makebox from .resizebox import resizebox from .subfloat import subfloat from .table import table, tabledf -from .tabular import tabular, tabulardf, multicolumn +from .tabular import tabular, tabulardf, hline_element, row_element, multicolumn from .inlines import it, bf, mt