cocktailpeanut 6Morpheus6 commited on
Commit
9da7124
·
verified ·
1 Parent(s): e8efb42

add reset button (#3)

Browse files

- add reset button (0fb5c3605c2fbe9cf158d6fc89529d33e5eb3a0e)


Co-authored-by: Morpheus <[email protected]>

Files changed (1) hide show
  1. reset.json +8 -0
reset.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run": [{
3
+ "method": "fs.rm",
4
+ "params": {
5
+ "path": "venv"
6
+ }
7
+ }]
8
+ }