from aslprep.workflows.asl.hmc import init_m0scan_hmc_wf

wf = init_m0scan_hmc_wf(
    mem_gb=3,
    omp_nthreads=1,
    name="asl_hmc_wf",
)