Skip to content

Commit

Permalink
chore: Add scaffolding for CVR and DMI modules
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 10, 2023
1 parent 5cfc43f commit 84167d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/alexandra_ai_data/cvr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Fetching and parsing CVR company data from the CVR API on virk.dk."""
1 change: 1 addition & 0 deletions src/alexandra_ai_data/cvr_api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""API that fetches and parses company data from the CVR API."""
1 change: 1 addition & 0 deletions src/alexandra_ai_data/dmi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Fetching and parsing DMI weather data from the DMI API."""
1 change: 1 addition & 0 deletions src/alexandra_ai_data/dmi_api.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""API that fetches and parses weather data from the DMI API."""

0 comments on commit 84167d5

Please sign in to comment.