init
Browse files- 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)
|