def cp()

in deployment/helper.py [0:0]


def cp(src, dst):
    print(f'{Color.yellow("[cp]")} {Color.green(f"{src} => {dst}")}')
    sh(f'cp {src} {dst}')