import time
from prefect import flow, get_run_logger
@flow
def multiverse_madness():
logger = get_run_logger()
<http://logger.info|logger.info>("Dormammu, I've Come to Bargain!")
if __name__ == "__main__":
while True:
multiverse_madness()
time.sleep(2)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.