# Copyright 2020 The KCL Authors. All rights reserved.

default:
	python3 ./__main__.py

test:
	python3 -m pytest

clean:
