@@ -0,0 +1,9 @@
from prefect import flow
@flow(log_prints=True)
def explain_flows():
print("run any python code here!")
print("encapsulate that business logic!")
if __name__ == "__main__":
explain_flows()
The note is not visible to the blocked user.