15 lines
303 B
Python
15 lines
303 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created : 2015-03-12
|
|
|
|
@author: Eric Lapouyade
|
|
"""
|
|
__version__ = "0.20.1"
|
|
|
|
# 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
|