# coding: utf-8

{IMPORTS}

def {NAME}({ARGS}) -> {RETURN_TYPE}:
    {COMMENT}
    {BODY}
    # implement me
    ...
