I'm developing a bot plugin for Houdini here. Since I'm planning on adding a fairly amount of features, its source code started to grow a little too much for a single file, which lead me to slip it into multiple files to better organize it. However, Houdini expects all modules under houdini/plugins to contain a plugin subclass, so it currently does not support such multi-module plugins.
Proposed solution
Ignore all non-plugin modules inside houdini/plugins.
Context
I'm developing a bot plugin for Houdini here. Since I'm planning on adding a fairly amount of features, its source code started to grow a little too much for a single file, which lead me to slip it into multiple files to better organize it. However, Houdini expects all modules under
houdini/plugins
to contain a plugin subclass, so it currently does not support such multi-module plugins.Proposed solution
Ignore all non-plugin modules inside
houdini/plugins
.