jruizgit / rules

Durable Rules Engine
MIT License
1.14k stars 209 forks source link

pylint error when using this from durable.lang import * #384

Closed harsha20-creator closed 2 years ago

harsha20-creator commented 2 years ago

does anyone know how to just import specific files. In my rule, I am only making use of when_all

harsha20-creator commented 2 years ago

was able to figure out how to import. Ex: if you are only using when_all from durable.lang import post, when_all, ruleset, m, item