Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
add meteobase
  • Loading branch information
martinvonk committed Apr 7, 2023
1 parent 7bb7e95 commit 8341c61
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion nlmod/read/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
from . import ahn, bgt, brp, geotop, jarkus, knmi, regis, rws, waterboard, webservices
from . import (
ahn,
bgt,
brp,
geotop,
jarkus,
knmi,
meteobase,
regis,
rws,
waterboard,
webservices,
)
from .regis import get_regis

0 comments on commit 8341c61

Please sign in to comment.