Commit 221d5cf2 by adamtorok

Snapshot model added

parent e633cb2a
class Snapshot:
def __init__(self, id, size) -> None:
super().__init__()
self.id = id
self.size = size
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