hug — Easy Playground
API framework that auto-generates documentation from type annotations
Getting started with hugRun locally
Install
pip install hugPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: hug)
hug is a third-party package. API framework that auto-generates documentation from type annotations. Install with: pip install hug
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?