mirror of
https://gitea.com/Lerking/XtendR.git
synced 2026-07-01 22:20:04 +02:00
Update xtendr/xtendrsystem.py
This commit is contained in:
@@ -10,7 +10,7 @@ class XtendRSystem:
|
||||
|
||||
Example:
|
||||
>>> system = XtendRSystem()
|
||||
>>> system.attach("example_plugin") # Assuming 'example_plugin/plugin_info.json' exists
|
||||
>>> system.attach("example_plugin") # Assuming 'example_plugin/example_plugin.json' exists
|
||||
>>> system.run("example_plugin")
|
||||
ExamplePlugin is running!
|
||||
>>> system.stop("example_plugin")
|
||||
|
||||
Reference in New Issue
Block a user