Update xtendr/xtendrsystem.py

This commit is contained in:
Lerking
2025-02-24 06:16:04 +00:00
parent dec115c596
commit eb03302323
+1 -1
View File
@@ -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")