# Beispielanwendung von Graph ## Installation Installation das Projekt auf einer virtuellen Python-Umgebung: ````shell pip install -e . ```` ## Run Unittest ```shell pytest *_tests.py ``` ## Run programm ```shell echo "TODO: to be done by student" ```