from __future__ import annotations from codeforge.interrogator.interrogator import Interrogator from codeforge.interrogator.models import InterrogationResult __all__ = ["InterrogationResult", "Interrogator"]