[imports] fix #392

This commit is contained in:
Max Zwiessele 2016-06-22 08:34:34 +01:00
parent dc5867815a
commit f3359b7ad4

View file

@ -7,4 +7,6 @@ from .mlp import MLP
from .additive import Additive from .additive import Additive
from .compound import Compound from .compound import Compound
from .constant import Constant from .constant import Constant
from .identity import Identity
from .piecewise_linear import PiecewiseLinear