File size: 209 Bytes
f81c34b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from ebay import search_ebay_sold_items

from llava import get_quality
from os.path import abspath

name = "miles morales jordan 1"
print(search_ebay_sold_items(name))
print(get_quality(abspath('shoes.jpeg')))