Add missing docstrings
[snf-image-creator] / image_creator / os_type / windows.py
index 7ba6767..f1e6921 100644 (file)
@@ -35,6 +35,7 @@ from image_creator.os_type import OSBase
 
 
 class Windows(OSBase):
+    """OS class for Windows"""
     pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :