server:
	PYTHONPATH="../../../../../autobahn" python server.py

client:
	PYTHONPATH="../../../../../autobahn" python client.py
