Fried Egg Jellyfish

Someday there will be a tagline here.

Connecting…

Run your automation to see it appear here in real time.

from friedegg import monitor

monitor.start("My workflow")
monitor.step("Step one", description="What this step does")
monitor.step("Step two")
monitor.done()