unified_python/maintest.py
2025-07-25 16:59:34 +08:00

3 lines
114 B
Python

import tomllib
with open("config.toml", "rb") as f: # 必须二进制模式
config = tomllib.load(f)[4](@ref)