from petpal.pipelines.steps_containers import StepsPipeline

# Instantiate the default PET/MR pipeline
my_pipe = StepsPipeline.default_steps_pipeline()

# Plot the dependency graph of the steps pipeline
my_pipe.plot_dependency_graph()