def rm()

in hooks/post_gen_project.py [0:0]


    def rm(s: Path) -> None:
        Path(s).unlink(missing_ok=True)