Like A Duck to Technology@lemmy.worldEnglish • 2 years agoWhat is the best file format for configuration file?message-square60fedilinkarrow-up142arrow-down12
arrow-up140arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to Technology@lemmy.worldEnglish • 2 years agomessage-square60fedilink
minus-square@axzxc1236@lemm.eelinkfedilinkEnglish3•edit-22 years agoFor my last self-made program, I just wrote a config.py, and call import config from other code files and write my config in Python.
For my last self-made program, I just wrote a config.py, and call
import config
from other code files and write my config in Python.