Eric Lapouyade fb0e3583da v0.20.0
2025-05-06 15:51:54 +02:00

15 lines
303 B
Python

# -*- coding: utf-8 -*-
"""
Created : 2015-03-12
@author: Eric Lapouyade
"""
__version__ = "0.20.0"
# flake8: noqa
from .inline_image import InlineImage
from .listing import Listing
from .richtext import RichText, R, RichTextParagraph, RP
from .subdoc import Subdoc
from .template import DocxTemplate