6Morpheus6 commited on
Commit
0fb5c36
·
verified ·
1 Parent(s): 534a703

add reset button

Browse files
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
+ }