Skip to content

Commit

Permalink
expose classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Feb 1, 2024
1 parent 9e117f4 commit 3517f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nos/data/helmholtz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .dataset import HelmholtzDataset
from .helmholtz import Helmholtz

__all__ = ["Helmholtz"]
__all__ = ["Helmholtz", "HelmholtzDataset"]

0 comments on commit 3517f73

Please sign in to comment.