refactor Filter class and add Filter test suite (#33)

This commit is contained in:
kdmukai
2023-01-26 07:39:04 -06:00
committed by GitHub
parent b8f2d79d2c
commit 8eda01180c
4 changed files with 513 additions and 37 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@ venv/
__pycache__/
nostr.egg-info/
dist/
nostr/_version.py
nostr/_version.py
.DS_Store