figh8back's picture
Update backend and initial commit
3412d16 verified
raw
history blame contribute delete
154 Bytes
import rec
x = [1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,0,1,0]
print(rec.recs_essentials(x, None))
print()
print(rec.makeup_recommendation('light to medium','all'))