mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
7 lines
116 B
Python
7 lines
116 B
Python
from base import BasePartition
|
|
|
|
|
|
class MSDOSPartition(BasePartition):
|
|
"""Represents an MS-DOS partition
|
|
"""
|
|
pass
|