# Beispielanwendung von Graph ## Installation Installation das Projekt auf einem virtuellen Python-Umgebung: ````shell pip install -e . ```` ## Run Unittest ```shell python3 -m unittest discover --pattern *tests.py ``` ## Run programm ```shell echo "TODO: to be done by student" ```