Skip to content

Commit

Permalink
feat: add osm-fieldwork as a dir to make it customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Feb 1, 2025
1 parent 500e79b commit 243c8cc
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 243c8cc

Please sign in to comment.