I reuse a series of declarative tasks in my flows. I was wondering in Prefect 1.0 if we can create a library of declarative tasks? Is the best approach to create these functions in a separate module w/o the task decorator and then import then into my flow w/ the task decorator?
Thank you for any advice!