Add import to __init__.

This commit is contained in:
Mikael Capelle 2018-07-07 12:23:48 +02:00
parent 12fe940115
commit efe47274cb

View File

@ -12,5 +12,5 @@ from .makebox import makebox
from .resizebox import resizebox from .resizebox import resizebox
from .subfloat import subfloat from .subfloat import subfloat
from .table import table, tabledf 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 from .inlines import it, bf, mt