Lib imports and other
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
?