Closed danielward27 closed 2 years ago
Export bijections, so that they can be accessed using e.g. from flowjax.bijections import Affine instead of from flowjax.bijections.affine import Affine
from flowjax.bijections import Affine
from flowjax.bijections.affine import Affine
Export bijections, so that they can be accessed using e.g.
from flowjax.bijections import Affine
instead offrom flowjax.bijections.affine import Affine