Skip to content

Commit

Permalink
Merge pull request #102 from fmigneault/add-parser-fes
Browse files Browse the repository at this point in the history
add FES parser import shortcut as other filter languages
  • Loading branch information
constantinius authored Dec 30, 2024
2 parents 464880f + 288cf8e commit e460ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,5 @@ dmypy.json

.doctrees

.vscode
.vscode
.idea
3 changes: 3 additions & 0 deletions pygeofilter/parsers/fes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .parser import parse

__all__ = ["parse"]

0 comments on commit e460ba8

Please sign in to comment.