Hello all, I have a question about prefect.
Currently I have an abstract factory which instantiates a bunch of products and each one of those products I want them to ideally contain a flow, but reading about how prefect works it doesn't really allow for OOP based flows? Any advice on how I can add it do our existing structure?