conrad-blucher-institute / semaphore

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Fixing circular imports #320

Closed matdenkas closed 2 months ago

matdenkas commented 2 months ago

This is very much a patchwork fix. I went to a friend about this. She said that its likely systemic of me having used from foo import * Basically she thinks import foo should have been used instead. This helps break circular imports. This solution will work for now though.