218
edits
Changes
→Adding New Modules
The CW tools scan these directories looking for classes that inherits from the ''Plugin'' class (a marker interface actually) in each public module (that don't begins with "_").
These folders usually have a file called ''base.py'' or ''_base.py'' that contains the base class to all modules plugins in these directories. Ex.:
<pre>