refactor: move working directory to projects/ for web

This commit is contained in:
Dobin
2024-03-29 19:18:57 +00:00
parent a6dbbe69ac
commit 70eb0bf798
16 changed files with 468 additions and 50 deletions
+1
View File
@@ -16,6 +16,7 @@ class Observer():
def reset(self):
self.cmd_output = []
self.logs = []
self.files = []
self.idx = 0