Source code for research_client.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