readme add

This commit is contained in:
2026-08-29 13:42:54 +03:00
parent eeb634bbae
commit ff77d1069a
2 changed files with 104 additions and 104 deletions
-3
View File
@@ -1,9 +1,6 @@
from typing import Annotated
from pydantic import BaseModel, EmailStr, Field
class Base(BaseModel):
pass