From ed62021f55494996aa9cef2387d814d26b2072be 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 12:56:27 +0900 Subject: [PATCH] Update handlers/doc/__init__.py --- 03.Code/업로드용/handlers/doc/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/03.Code/업로드용/handlers/doc/__init__.py b/03.Code/업로드용/handlers/doc/__init__.py index e69de29..b2e6a13 100644 --- a/03.Code/업로드용/handlers/doc/__init__.py +++ b/03.Code/업로드용/handlers/doc/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +"""doc 패키지 - 문서 유형 분석/정의/생성""" \ No newline at end of file