usepyo3_stub_gen::Result;usetangram_core::stub_info;// finds the module name (`tangram_core._core`) from pyproject.toml and generates
// the pyi at `packages/tangram_core/src/tangram_core/_core.pyi`
fnmain()->Result<()>{let stub =stub_info()?;
stub.generate()?;Ok(())}