import cmd
import ps
cmd.need('debootstrap')
def debootstrap(input_mirror: str, output_root: str):
ps.run([
'debootstrap',
])