from __future__ import annotations from app.engine.models import Test class TestResponse(Test): pass