From 1c2c2ab98fa838f18958f756f910de82e9cdee24 Mon Sep 17 00:00:00 2001 From: zarazaex59 Date: Tue, 7 Apr 2026 02:35:37 +0300 Subject: [PATCH] chore: Add AI generation markers to source files --- code/olcrtc.py | 5 +++++ code/requirements.txt | 4 ++++ doc/YTWA.md | 5 +++++ internal/mux/mux.go | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/code/olcrtc.py b/code/olcrtc.py index b133f6f..5e06534 100644 --- a/code/olcrtc.py +++ b/code/olcrtc.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +# =========================================== +# AI GENERATED / AI GENERATED / AI GENERATED +# =========================================== + + import asyncio import json import uuid diff --git a/code/requirements.txt b/code/requirements.txt index 83c9856..11019bb 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -1,3 +1,7 @@ +# =========================================== +# AI GENERATED / AI GENERATED / AI GENERATED +# =========================================== + websockets>=12.0 requests>=2.31.0 aiortc>=1.9.0 diff --git a/doc/YTWA.md b/doc/YTWA.md index 778c176..7e0168a 100644 --- a/doc/YTWA.md +++ b/doc/YTWA.md @@ -1,3 +1,8 @@ +=========================================== +AI GENERATED / AI GENERATED / AI GENERATED +=========================================== + + # Yandex Telemost WebRTC API Documentation - YTWA ## Overview diff --git a/internal/mux/mux.go b/internal/mux/mux.go index be017e7..ee7cb26 100644 --- a/internal/mux/mux.go +++ b/internal/mux/mux.go @@ -1,3 +1,7 @@ +// =========================================== +// AI GENERATED / AI GENERATED / AI GENERATED +//=========================================== + package mux import (