Now, module loader in utils.loader, looks for specified class names just in neural_rule.py file. So when trying to import rule class from different file, importing fails.
Either use one file for all rules or implements search algorithm to go through all modules in given package.
Now, module loader in utils.loader, looks for specified class names just in neural_rule.py file. So when trying to import rule class from different file, importing fails.
Either use one file for all rules or implements search algorithm to go through all modules in given package.