mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 20:08:38 +09:00
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'},
|
|
}
|