Let us say I have a package which reads a TOML file. I want to give the user of my package the choice to decide if he wants to use the toml, tomlkit or rtoml package.
So, in case the user chose to use rtoml then there should be an import only for rtoml, aso. How could I achieve this? -- Thanks, Manfred -- https://mail.python.org/mailman/listinfo/python-list