persadian commited on
Commit
c194709
·
verified ·
1 Parent(s): 24f40cc
Files changed (1) hide show
  1. config.yaml +4 -0
config.yaml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import json
2
+
3
+ with open("tunnel_farming_agent.json", "r") as f:
4
+ agent_config = json.load(f)