Create init for better usage as submodule
Hey @hanikevi ,
Could you please add an __init__.py
with the following to the repo:
from opt_tools.jax_tools.helper_fns import to_batch
from opt_tools.jax_tools.sysvars import *
This would safe us the long imports and we could just do a: from opt_tools import ...
Thanks!
Edited by Niklas Grambow