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