Skip to content

Commit 71bac0b

Browse files
authored
Include Chapter class in __init__.py (JelteF#304)
1 parent 4f88448 commit 71bac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylatex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .frames import MdFramed, FBox
1212
from .math import Math, VectorName, Matrix, Alignat
1313
from .package import Package
14-
from .section import Section, Subsection, Subsubsection
14+
from .section import Chapter, Section, Subsection, Subsubsection
1515
from .table import Table, MultiColumn, MultiRow, Tabular, Tabu, LongTable, \
1616
LongTabu, Tabularx, LongTabularx, ColumnType
1717
from .tikz import TikZ, Axis, Plot, TikZNode, TikZDraw, TikZCoordinate, \

0 commit comments

Comments
 (0)