class {{ (cookiecutter.project_slug.title()).replace('_', '') }}: | class {{ (cookiecutter.project_slug.title()).replace('_', '') }}: | ||||
"""This is a description of the class.""" | """This is a description of the class.""" | ||||
def __init__(self): | |||||
def __init__(self): | |||||
"""Initialization method.""" | """Initialization method.""" | ||||
pass | |||||
pass |