DEBSOURCES
Skip Quicknav
sources / python-whey / 0.1.1-3 / demo.py
12345678
# stdlib from pprint import pprint # this package from whey.config import load_toml config = load_toml("example_pyproject.toml") pprint(config)