mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
13 lines
158 B
Python
13 lines
158 B
Python
# Copy this to ./passwd.py and fill it in.
|
|
|
|
passwd = {
|
|
'mochi': '',
|
|
'kokoro': '',
|
|
'anpan': '',
|
|
'tako': '',
|
|
'nori': '',
|
|
'mokona': '',
|
|
'shoyu': ''
|
|
}
|
|
|