from xcp_d.workflows.anatomical import init_warp_surfaces_to_template_wf

wf = init_warp_surfaces_to_template_wf(
    fmri_dir=".",
    subject_id="01",
    output_dir=".",
    omp_nthreads=1,
    mem_gb=0.1,
    name="warp_surfaces_to_template_wf",
)