The following config will be interpreted as the following dict ``` SOME_OPTION = Foo \ Bar ``` ``` { 'SOME_OPTION': ['Foo ', 'Bar'] } ```