__all__ = [ 'PINN', 'GAROM', ] from .garom import GAROM from .pinn import PINN from .supervised import SupervisedSolver