test:
	python3.8 -m unittest

clean:
	rm -f livesort_hssp/test_livesort.py livesort_hssp/livesort.py
