All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.data-delivery-data-records.record.impl.py.vm Maven / Gradle / Ivy

The newest version!
from ..generated.record.${record.snakeCaseName}_base import ${record.capitalizedName}Base


class ${record.capitalizedName}(${record.capitalizedName}Base):
    """
    Record to represent ${record.capitalizedName}.

    This record serves the following purpose: ${record.description}

    GENERATED STUB CODE - Please **DO** modify with your customizations, as appropriate.

    Originally generated from: ${templateName} 
    """

    def __init__(self):
        """
        Default constructor for this record.
        """
        super().__init__()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy