init
This commit is contained in:
10
app/schemas/bench.py
Normal file
10
app/schemas/bench.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*-
|
||||
from pydantic import BaseModel
|
||||
|
||||
from app.schemas import Form, Result
|
||||
|
||||
|
||||
class Bench(BaseModel):
|
||||
form: Form
|
||||
results: list[Result]
|
||||
Reference in New Issue
Block a user