Handle cyclic relation
Encode item list into "cyclical"
ouro is a Python package that checks your code for circular (cyclic) imports.
Allow creation of circular module dependencies between classes
Graph decyclify algorithm implementation as in Sandnes & Sinnen paper (2004) in Python