Statistics
| Branch: | Tag: | Revision:

root / image_creator / os_type / windows.py @ c408053f

History | View | Annotate | Download (123 Bytes)

1
from image_creator.os_type import OSBase
2

    
3

    
4
class Windows(OSBase):
5
    pass
6

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