Skip to content

Commit

Permalink
Add var4d to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
kysolvik committed Oct 5, 2023
1 parent c46fe23 commit fb053df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dabench/dacycler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
from ._var3d import Var3D
from ._etkf import ETKF
from ._var4d_backprop import Var4DBackprop
from ._var4d import Var4D

__all__ = [
'DACycler',
'Var3D',
'ETKF',
'Var4DBackprop',
'Var4D',
]

0 comments on commit fb053df

Please sign in to comment.