6 lines
145 B
Python
6 lines
145 B
Python
#!/usr/bin/env python
|
|
config = {
|
|
"override_string": "yay",
|
|
"override_list": ["yay", "worked"],
|
|
"override_dict": {"yay": "worked"},
|
|
}
|