Here is a hypothetical src/utils.py:
src/utils.py
def build_slug(a, b, c): return f\'{a}-{b}+{c}\'
And