from pathlib import Path PATH_ROOT = Path(__file__).resolve().parent.parent PATH_EXAMPLES = { 'simple': PATH_ROOT / 'examples' / 'simple' }