Skip to content

Commit

Permalink
feat(importers): add PlaceImporter class
Browse files Browse the repository at this point in the history
Add new importer class (stub) for `Place` entity.
  • Loading branch information
koeaw committed Jan 30, 2025
1 parent 64dcbd7 commit c786149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis_ontology/importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ def mangle_data(self, data):

class GroupImporter(BaseEntityImporter):
pass


class PlaceImporter(BaseEntityImporter):
pass

0 comments on commit c786149

Please sign in to comment.