
March 11, 2021
9:31 p.m.
On Fri, Mar 12, 2021 at 8:24 AM Paul Bryan <pbryan@anode.ca> wrote:
Probably one of countless examples of performing lazy imports, for precisely the reason of preventing circular imports: https://github.com/fondat/fondat-core/blob/main/fondat/lazy.py
In the case of circular imports, at what point should the lazy import be resolved? ChrisA