all:
	-pkill python
	-pkill Python
	python -m http.server &
	python ws.py
