Links: PYTHON - PROGRAMMING
Rel: python standard library
Ref: https://docs.python.org/3/library/configparser.html
Tags: #public


import configparser

config = configparser.ConfigParser()
config.sections()