I am creating a small application in Python that needs to read a configuration file.
I intend to save this file in a folder in /etc
on Linux, but I would like my application to run on other operating systems.
The question is: Is there some kind of constant, variable, package, etc. that can tell me the path to the most sensible settings folder on an OS?