dzgui/dzgui/const/boilerplate.py
2026-07-27 21:02:14 +09:00

16 lines
316 B
Python

"""
Generic defaults used when initializing a config file from scratch
"""
config_boilerplate = {
"fav_server": "",
"fav_label": "",
"name": "",
"fullscreen": False,
"steam_api": "",
"default_steam_path": "",
"client": "",
"ip_list": [],
"use_miles": False,
"start_tab": 0,
}