"""Registers the AFI fixture as an import side effect. `mizan_fastapi.ir` imports a module and then calls `build_ir()` against the registry, so registration has to have already happened at import time. """ from fixture import register_fixture register_fixture()