Andor Tóth
itay livni
from prefect import task @task def add_something(a): n = a + 1 return n n = add_something.run(a)
Jeremiah