Spaces:
Paused
Paused
add config file for add argument
Browse files- config.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arg1": "1",
|
| 3 |
+
"arg2": "data-timeframe"
|
| 4 |
+
}
|