mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
242e58790c
* chore: switch telegram trigger icon to svg * fix: inline telegram trigger schemas * chore: expand telegram trigger schemas
7 lines
125 B
Python
7 lines
125 B
Python
from dify_plugin import DifyPluginEnv, Plugin
|
|
|
|
plugin = Plugin(DifyPluginEnv())
|
|
|
|
if __name__ == "__main__":
|
|
plugin.run()
|