changed the system to make use of JSON files

This commit is contained in:
David Pierron
2020-10-18 18:23:31 +02:00
parent 373924a959
commit ed92e9afb9
25 changed files with 7305 additions and 417 deletions

View File

@@ -1,10 +1,2 @@
from .base_plugin import BasePlugin
from .veaf_plugin import VeafPlugin
from .jtacautolase_plugin import JtacAutolasePlugin
from .liberation_plugin import LiberationPlugin
INSTALLED_PLUGINS={
"VeafPlugin": VeafPlugin(),
"JtacAutolasePlugin": JtacAutolasePlugin(),
"LiberationPlugin": LiberationPlugin(),
}
from .luaplugin import LuaPlugin
from .manager import LuaPluginManager