1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Создание чата4

This commit is contained in:
MoonTestUse1
2025-01-05 05:56:00 +06:00
parent 679a2290de
commit 0dd0690990
6 changed files with 196 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
from pydantic import BaseModel
from datetime import datetime
from typing import List, Optional
from models.user import User
from app.models.user import User
class ChatFileBase(BaseModel):
file_name: str