В телеграме подсветка синтаксиса появилась. Любопытно



public interface IRepository<T>

{

void Append(T model);

List<T> GetAll();

T GetBy(int id);

T Update(int id, T model);

bool Delete(int id);

}




class RequestBodyAuth(schemas.BaseModel):

login: str

password: str



Кто-то вообще это будет использовать?🤭