diff --git a/FHWN/OO/2026_03_18_TeilPrufung_Beispiel/03_POI_manager_read_methods.py b/FHWN/OO/2026_03_18_TeilPrufung_Beispiel/03_POI_manager_read_methods.py index 74c5369..7ef8ff2 100644 --- a/FHWN/OO/2026_03_18_TeilPrufung_Beispiel/03_POI_manager_read_methods.py +++ b/FHWN/OO/2026_03_18_TeilPrufung_Beispiel/03_POI_manager_read_methods.py @@ -10,7 +10,7 @@ # Copy-paste your class defition here from 02 and extend it with the new methods -class POI_manager: +class POI_Manager: pass