Add missing docstrings
[snf-image-creator] / image_creator / os_type / netbsd.py
index bfb94d6..da5443f 100644 (file)
@@ -35,6 +35,7 @@ from image_creator.os_type.unix import Unix
 
 
 class Netbsd(Unix):
+    """OS class for NetBSD"""
     pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :