0.0.3
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
from xtendr.xtendr import XtendR
|
||||
from xtendr.xtendrsystem import XtendRSystem
|
||||
|
||||
if __name__ == "__main__":
|
||||
"""Example usage of the PluginSystem.
|
||||
@@ -14,7 +14,7 @@ if __name__ == "__main__":
|
||||
>>> system.detach("example_plugin")
|
||||
Detached plugin 'example_plugin'.
|
||||
"""
|
||||
system = XtendR()
|
||||
system = XtendRSystem()
|
||||
system.attach("example_plugin") # Assuming 'example_plugin/plugin_info.json' exists
|
||||
system.run("example_plugin")
|
||||
system.stop("example_plugin")
|
||||
|
||||
Reference in New Issue
Block a user