https://prefect.io logo
Title
p

Praveen Shilavantar

12/19/2022, 9:38 PM
Hi, can we add @flow to existing class?
class API:
@flow
def start(self):
pass
I am getting TypeError: missing a required argument: 'self'
j

Jeff Hale

12/20/2022, 3:54 AM
Hi Praveen. Nope, just for functions.