Commit c0679dd2 by adamtorok

Image model added

parent a6b560f3
class Image:
def __init__(self, id, name, format) -> None:
super().__init__()
self.id = id
self.name = name
self.format = format
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