Skip to content

Lib imports and other

George Ponomarev requested to merge lib-imports-and-other into master

I've made a few commits:

  • Extended lib.__init__.py with remaining nodes.
  • Removed try-except block from Node.eval.
  • Updated requirements.txt with current dependencies (+matplotlib, +pyyaml).

And I have a question: Should do I keep from .Dummy import Dummy in __init__.py?

Merge request reports