Skip to content

Commit

Permalink
Merge pull request #5 from naxa-developers/development
Browse files Browse the repository at this point in the history
Merge Development (osm-fieldwork)
  • Loading branch information
Sujanadh authored Feb 1, 2025
2 parents e364b57 + daa8f50 commit 92275d0
Show file tree
Hide file tree
Showing 89 changed files with 9,639 additions and 1 deletion.
1,750 changes: 1,750 additions & 0 deletions src/backend/app/osm_fieldwork/OdkCentral.py

Large diffs are not rendered by default.

844 changes: 844 additions & 0 deletions src/backend/app/osm_fieldwork/OdkCentralAsync.py

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/backend/app/osm_fieldwork/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""OSM Fieldwork Package."""

import os

package_root = os.path.dirname(os.path.abspath(__file__))
1 change: 1 addition & 0 deletions src/backend/app/osm_fieldwork/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.18.0"
Loading

0 comments on commit 92275d0

Please sign in to comment.