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

template.python.EnumTemplate.vm Maven / Gradle / Ivy

from enum import Enum


class ${ast.name}(Enum):
#foreach($value in $ast.values)
    $value = $foreach.count$newLine
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy