.PHONY: test clean test: python3 mnn_router.py clean: rm -f __pycache__/*.pyc