SuperScriptMaterializer/SuperScriptDecorator/CustomConfig.py
yyc12345 60930da54c Update doc. Split project part. 1
* Update doc. Still not the final version.
* Splite original Viewer into independent Decorator and Viewer project.
2021-09-08 21:28:09 +08:00

9 lines
221 B
Python

import locale
# encoding list
# https://docs.python.org/3/library/codecs.html#standard-encodings
database_encoding = locale.getpreferredencoding()
export_db = "import.txt"
decorated_db = "decorate.db"
debug_mode = False