Python Lire le fichier Toml
import toml
parsed_toml = toml.loads(toml_string)
Shanti
import toml
parsed_toml = toml.loads(toml_string)