delete_generation.py 84 B

12345
  1. import shutil
  2. def delete_generation(directory: str):
  3. shutil.rmtree(directory)