dev #6

Merged
WorldTeacher merged 15 commits from dev into main 2025-11-13 09:37:37 +00:00
Showing only changes of commit 6509f99215 - Show all commits

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)