For some reason `from cel import evaluate` throws an error in the type checker "Module `cel` has no member `evaluate`". To reproduce run `uvx ty check` on a file that has that line of code. Thanks for making a great package btw!
For some reason
from cel import evaluatethrows an error in the type checker "Modulecelhas no memberevaluate".To reproduce run
uvx ty checkon a file that has that line of code.Thanks for making a great package btw!