#!/usr/bin/env python3 r""" Contains VPD related constants. """ VPD_DETAILS = { "/system/chassis/motherboard": { "type": "xyz.openbmc_project.Inventory.Item.Board.Motherboard" } }