delete kvk test file

This commit is contained in:
2025-11-11 14:20:35 +01:00
parent 12f2bd31c9
commit 6509f99215

View File

@@ -1,8 +0,0 @@
from src.bibapi.kvkparser import KVKParser
req = await KVKParser()
await req.start()
result = await req.search(title="Java ist auch eine Insel", author="Ullenboom")
print(result)