mirror of
https://github.com/langgenius/dify.git
synced 2026-04-09 09:00:31 -04:00
9 lines
172 B
Python
9 lines
172 B
Python
from core.entities.plugin_credential_type import PluginCredentialType
|
|
|
|
DEFAULT_PLUGIN_ID = "langgenius"
|
|
|
|
__all__ = [
|
|
"DEFAULT_PLUGIN_ID",
|
|
"PluginCredentialType",
|
|
]
|