@lazy_load_imports decorator (for slow loading imports)

Actually, IIRC, this is a long-standing Python convention, for dealing with this kind of problem (and others, like circular imports).

1 Like