First commit

This commit is contained in:
DarkCat09 2022-04-08 16:22:30 +04:00
parent 4e1e385ba9
commit 435b4f637d
12 changed files with 386 additions and 128 deletions

6
tests/search.py Normal file
View file

@ -0,0 +1,6 @@
from knigavuhe import Client
cl = Client()
r = cl.search_books('Агата Кристи')
print(r)
print(r[0])