Ali2206 commited on
Commit
1f64aee
·
verified ·
1 Parent(s): 2c757d1

Update backend/agent_instance.py

Browse files
Files changed (1) hide show
  1. backend/agent_instance.py +1 -0
backend/agent_instance.py CHANGED
@@ -1,5 +1,6 @@
1
  import sys
2
  import os
 
3
 
4
  # ✅ Add src to Python path
5
  sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
 
1
  import sys
2
  import os
3
+ import shutil
4
 
5
  # ✅ Add src to Python path
6
  sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))