from fmriprep.workflows.bold.registration import init_fsl_bbr_wf
wf = init_fsl_bbr_wf(
    use_bbr=True, bold2anat_dof=9, bold2anat_init='t1w', omp_nthreads=1
)