Files

271 B

Local imports inside function bodies are banned (use module-level imports)

  • Local imports inside functions (top-of-module imports only)

The one exception: the literal wire boundary (TOML/JSON parse functions) may use dict[str, Any] + Metadata.from_dict(...).