Hi, can we add @flow to existing class? `class API...
# prefect-getting-started
p
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
Hi Praveen. Nope, just for functions.