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.

10 lines
249B

  1. from .event import *
  2. from .plugin import *
  3. from .plugin_manager import PluginManager
  4. instance = PluginManager()
  5. register = instance.register
  6. # load_plugins = instance.load_plugins
  7. # emit_event = instance.emit_event