Like A Duck to TechnologyEnglish • 1 year agoWhat is the best file format for configuration file?message-square43fedilinkarrow-up150arrow-down12file-text
arrow-up148arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to TechnologyEnglish • 1 year agomessage-square43fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish4•edit-21 year 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.