diyalgo/diyalgo/models/tag.py

5 lines
97 B
Python

from sqlmodel import Field, SQLModel
class Tag(SQLModel, table=True):
name: str
url: str