Skip to content

Commit

Permalink
Import earthkit-geo in init
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 8, 2024
1 parent e2eb41a commit 503394e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
__version__ = "999"

import earthkit.data as data
import earthkit.geo as geo
import earthkit.maps as maps
import earthkit.meteo as meteo
import earthkit.plots as plots
import earthkit.regrid as regrid

__all__ = [
"data",
"geo",
"maps",
"meteo",
"plots",
Expand Down

0 comments on commit 503394e

Please sign in to comment.