Skip to content

Commit

Permalink
Merge pull request #28 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jchemutt authored Nov 8, 2024
2 parents f8491b6 + 2ed92ce commit 1cb29cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from .ormWP.models.adm1 import Adm1
from .ormWP.models.adm3 import Adm3
from .ormWP.models.adm2 import Adm2
from .ormWP.models.woreda import Woreda
from .ormWP.models.trend import Trend
from .ormWP.models.forecast import Forecast
from .ormWP.models.watershed import Watershed
from .ormWP.models.wp_content import Wpcontent
from .ormWP.models.type_content import Typecontent
Expand Down
5 changes: 5 additions & 0 deletions src/ormWP/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
from .waterpoint import Waterpoint
from .type_content import Typecontent

from .woreda import Woreda
from .trend import Trend
from .forecast import Forecast


from .suscription import Suscription, Boletin

0 comments on commit 1cb29cb

Please sign in to comment.