# hop release: {hop_release}
# pylint: disable=wrong-import-order, invalid-name, attribute-defined-outside-init

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

WARNING!

{warning}

{fkeys_properties}
"""

from {package_name}.db_connector import base_relation_class
{inheritance_import}
