You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- from .event import *
- from .plugin import *
- from .plugin_manager import PluginManager
-
- instance = PluginManager()
-
- register = instance.register
- # load_plugins = instance.load_plugins
- # emit_event = instance.emit_event
|