mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-31 20:08:38 +09:00
7 lines
174 B
Python
7 lines
174 B
Python
#!/usr/bin/env python
|
|
config = {
|
|
"override_string": "TODO",
|
|
"override_list": ['to', 'do'],
|
|
"override_dict": {'to': 'do'},
|
|
"keep_string": "don't change me",
|
|
}
|