Spaces:
Running
Running
from . import lynxscribe_ops # noqa (imported to trigger registration) | |
from . import llm_ops # noqa (imported to trigger registration) | |
from .lynxscribe_ops import api_service_post, api_service_get | |
__all__ = ["api_service_post", "api_service_get"] | |