Add import to __init__.

This commit is contained in:
Mikael Capelle 2018-07-07 12:23:48 +02:00
parent 12fe940115
commit efe47274cb
1 changed files with 1 additions and 1 deletions

View File

@ -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