<div id="comment:0"></div> ... and similar imports of modules in the package, found via ``` find src/sage -name '__init__.py' | xargs grep import ``` Possibly some of them are needed to break circular imports, but likely not all of them. Part of #32501. Depends on #32506 CC: @tscrim @fchapoton Component: **refactoring** Author: **Matthias Koeppe** Branch/Commit: **[`55ca4bc`](https://github.com/sagemath/sagetrac-mirror/commit/55ca4bc9a3a3d3740ee44690640f67803ff5e85f)** Reviewer: **Frédéric Chapoton** _Issue created by migration from https://trac.sagemath.org/ticket/32507_