Source code for research_assistant.agt

"""Package implementing the Audio Guise Task (AGT)."""


[docs] def expose_to_eel(): """Expose the AGT API to Python Eel.""" from . import eel # type: ignore # noqa: F401