Eric Lapouyade bf2240f4b2 code styling
2021-07-31 14:12:22 +02:00

15 lines
285 B
Python

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