From c1929bbec009a8f8c36193725552b88ec9046037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 09:16:57 +0900 Subject: [PATCH] Upload handlers/doc/doc_type_analyzer.py --- 03.Code/업로드용/handlers/doc/doc_type_analyzer.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 03.Code/업로드용/handlers/doc/doc_type_analyzer.py diff --git a/03.Code/업로드용/handlers/doc/doc_type_analyzer.py b/03.Code/업로드용/handlers/doc/doc_type_analyzer.py new file mode 100644 index 0000000..5e2fcfb --- /dev/null +++ b/03.Code/업로드용/handlers/doc/doc_type_analyzer.py @@ -0,0 +1,3 @@ +# 문서 유형 분석기 +class DocTypeAnalyzer: + pass