change: upgrade funplugin to v0.3.0

This commit is contained in:
debugtalk
2022-03-17 16:53:54 +08:00
parent d8fdd9cd95
commit 1ce8d7123a
18 changed files with 6666 additions and 32 deletions

5
examples/debugtalk.py Normal file
View File

@@ -0,0 +1,5 @@
from plugin.python.plugin import serve
if __name__ == '__main__':
serve()