// Main package file for your library code.
// Put public APIs and shared helpers here.
// Keep blocks small and focused for easy refactors.
//
// The end-to-end demo lives in `src/examples/mock_client_demo.mbt`.
// Run it with:
//
// moon run --target native src/examples/mock_client_demo.mbt
//
// or invoke the top-level async fn main below directly from your own
// entry point by re-exporting it.