diff --git a/schema/scores_schema.py b/schema/sc_schema.py similarity index 95% rename from schema/scores_schema.py rename to schema/sc_schema.py index f1b810f..85773a4 100644 --- a/schema/scores_schema.py +++ b/schema/sc_schema.py @@ -1,5 +1,5 @@ -from pydantic import BaseModel -class Test(BaseModel): - stu_id:int - exam_seq:int - score:float +from pydantic import BaseModel +class Test(BaseModel): + stu_id:int + exam_seq:int + score:float