
run: 
	python3 test.py \
		-cf $(CURDIR)/client.txt \
		-i https://upload.wikimedia.org/wikipedia/commons/7/7a/London_Eye_and_a_boat_going_down_the_Thames.jpg

help:
	python3 test.py -h
