Updated to new LabThings structure
This commit is contained in:
parent
304e620143
commit
5139b24ffe
14 changed files with 99 additions and 274 deletions
|
|
@ -37,8 +37,8 @@ For example, if you are creating an API route, in which you expect parameters ``
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from labthings.server.schema import Schema
|
||||
from labthings.server import fields
|
||||
from labthings.schema import Schema
|
||||
from labthings import fields
|
||||
|
||||
class UserSchema(Schema):
|
||||
name = fields.String(required=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue