Skip to content

Commit

Permalink
Refactor code to add German negation
Browse files Browse the repository at this point in the history
  • Loading branch information
MiriUll committed Mar 6, 2024
1 parent a412241 commit 446c295
Show file tree
Hide file tree
Showing 5 changed files with 1,711 additions and 1,026 deletions.
4 changes: 2 additions & 2 deletions negate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .tokens import Token

# Don't expose the following submodules.
del globals()["negate"]
del globals()["tokens"]
#del globals()["negate"]
#del globals()["tokens"]
Loading

0 comments on commit 446c295

Please sign in to comment.