initial commit
This commit is contained in:
10
src/komgapi/schemas/Link.py
Normal file
10
src/komgapi/schemas/Link.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Link(BaseModel):
|
||||
label: str
|
||||
url: str
|
||||
Reference in New Issue
Block a user