init
This commit is contained in:
5
app/schemas/__init__.py
Normal file
5
app/schemas/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*-
|
||||
from .form import Form, FormCreate, FormUpdate
|
||||
from .result import Result, ResultCreate, ResultUpdate
|
||||
from .bench import Bench
|
||||
Reference in New Issue
Block a user