Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Improve experience for Windows users
Use `shutil.copytree` instead of `cp`, and `shutil.rmtree` instead of `rm`, as Windows environments may not have these commands. PR-33: #33
- Loading branch information