# pylint: disable=wrong-import-order, invalid-name, attribute-defined-outside-init

"""The module {module} povides the {class_name} class.

WARNING!

{warning}
"""

from {package_name} import MODEL
{inheritance_import}
