.PHONY: all
all: ;

.PHONY:
clean:
	rm -rf __pycache__

.PHONY: format
format: ;

.PHONY: test
test: ;

.PHONY: sgx-tokens
sgx-tokens: ;
