Files
Sieloader-Repository-Service/annotations.py
vladhog 345f0b0be4 - updated workflow
- added optimisation
- updated dependencies
2025-12-24 18:50:10 +03:00

15 lines
256 B
Python
Executable File

from pydantic import BaseModel
class repo_info(BaseModel):
name: str
version: str
email: str
repositories: int
class addon_info(BaseModel):
author: str
description: str
email: str
version: str
source: str
size: int