diff --git a/03.Code/업로드용/handlers/doc/custom_doc_type.py b/03.Code/업로드용/handlers/doc/custom_doc_type.py new file mode 100644 index 0000000..8c2dd54 --- /dev/null +++ b/03.Code/업로드용/handlers/doc/custom_doc_type.py @@ -0,0 +1,3 @@ +# 커스텀 문서 유형 정의 +class CustomDocType: + pass