Skip to content

Commit

Permalink
add ctd to init
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Jun 2, 2024
1 parent 4956494 commit e33c045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_ship/instruments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Measurement instrument that can be used with Parcels."""

from . import argo_float, drifter
from . import argo_float, ctd, drifter
from .location import Location

__all__ = ["Location", "argo_float", "drifter"]
__all__ = ["Location", "argo_float", "ctd", "drifter"]

0 comments on commit e33c045

Please sign in to comment.