diff --git a/03.Code/업로드용/handlers/report/processor.py b/03.Code/업로드용/handlers/report/processor.py new file mode 100644 index 0000000..5c9fb67 --- /dev/null +++ b/03.Code/업로드용/handlers/report/processor.py @@ -0,0 +1,3 @@ +# 보고서 처리기 +class ReportProcessor: + pass