knigavuhe/tests/search.py

7 lines
112 B
Python
Raw Normal View History

2022-04-08 15:22:30 +03:00
from knigavuhe import Client
cl = Client()
r = cl.search_books('Агата Кристи')
print(r)
print(r[0])