""" Codegen entrypoint for the AFI fixture. `mizan_fastapi.cli` imports a module and runs `build_schema()` from a populated registry. The fixture's `register_fixture()` is a function call, not an import side effect; this thin wrapper invokes it on import so the CLI works without modifying fixture.py's semantics. """ from fixture import register_fixture register_fixture()