alexd314

Results 1 issues of alexd314

I wonder if it is/would be possible to bind multiple values to the same parameter via different config files. For instance: ### File main.py ``` def myfunc(mylist): print(mylist) ``` ###...