Like A Duck to Technology@lemmy.worldEnglish • 2 years agoWhat is the best file format for configuration file?message-square44fedilinkarrow-up143arrow-down10file-text
arrow-up143arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to Technology@lemmy.worldEnglish • 2 years agomessage-square44fedilinkfile-text
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.