# Power driver `jumpstarter-driver-power` provides functionality for interacting with power control devices. ## Installation ```shell pip install jumpstarter-driver-power ``` ## Configuration Example configuration: ```yaml export: power: type: jumpstarter_driver_power.driver.MockPower config: # Add required config parameters here ``` ## API Reference Add API documentation here.