darabos's picture
Find plugins by module name instead of namespace module.
fc43558
raw
history blame contribute delete
250 Bytes
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"]