diff --git a/recommendations/WindowsRecommendations.py b/recommendations/WindowsRecommendations.py new file mode 100644 index 00000000..ed2ea7a5 --- /dev/null +++ b/recommendations/WindowsRecommendations.py @@ -0,0 +1,7 @@ +class WindowsRecommendations: + + def __init__(self): + pass + + def recommend(self): + pass