from image_creator.os_type.unix import Unix


class Netbsd(Unix):
    pass

# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
