hydra — Easy Playground
Facebook's configuration framework for complex applications
Getting started with hydraRun locally
Install
pip install hydra-corePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: hydra)
hydra is a third-party package. Facebook's configuration framework for complex applications. Install with: pip install hydra-core
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?