First commit
This commit is contained in:
parent
4e1e385ba9
commit
435b4f637d
12 changed files with 386 additions and 128 deletions
6
tests/search.py
Normal file
6
tests/search.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from knigavuhe import Client
|
||||
|
||||
cl = Client()
|
||||
r = cl.search_books('Агата Кристи')
|
||||
print(r)
|
||||
print(r[0])
|
Loading…
Add table
Reference in a new issue