diff --git a/src/ngwords.py b/src/ngwords.py index 35ce0fd..7fd4647 100644 --- a/src/ngwords.py +++ b/src/ngwords.py @@ -54,8 +54,3 @@ def all_ng_words(self) -> set: @property def all_excluded_words(self) -> set: return self._allow - - -if __name__ == "__main__": - print(NGWords(r"ng_words/ngWords.txt").match("r-18")) - print(NGWords(r"ngWords_Hiraassssssss.txt").all_ng_words) # FileNotFound