from core.entities.plugin_credential_type import PluginCredentialType

DEFAULT_PLUGIN_ID = "langgenius"

__all__ = [
    "DEFAULT_PLUGIN_ID",
    "PluginCredentialType",
]
