Is there a way to make Prefect 2 use the actual fu...
# prefect-getting-started
q
Is there a way to make Prefect 2 use the actual function name as default flow name without explicitly setting it via
name=
?
Copy code
@flow
def do_things():  # flow will be named do-things not do_things as expected
    pass