Commit 6ffceea7 by adamtorok

Volume model added

parent a1517ec7
class Volume:
def __init__(self, id, size, bootable) -> None:
super().__init__()
self.id = id
self.size = size
self.bootable = bootable
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment