This example demonstrates the core functionality of HMR with a simple Python script.
After installing dependencies, run the following command in this directory:
hmr entry.pyOnce the script is running, try modifying a.py or b.py. You will see the output instantly to reflect your changes.
This showcases how HMR intelligently re-runs only the necessary modules without a full application restart.