from xcp_d.workflows.anatomical import init_warp_one_hemisphere_wf

wf = init_warp_one_hemisphere_wf(
    participant_id="01",
    hemisphere="L",
    mem_gb=0.1,
    omp_nthreads=1,
    name="warp_one_hemisphere_wf",
)