add: agent template
This commit is contained in:
7
agent/src/schema/accelerometer_schema.py
Normal file
7
agent/src/schema/accelerometer_schema.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from marshmallow import Schema, fields
|
||||
|
||||
|
||||
class AccelerometerSchema(Schema):
|
||||
x = fields.Int()
|
||||
y = fields.Int()
|
||||
z = fields.Int()
|
||||
Reference in New Issue
Block a user