add: agent template
This commit is contained in:
8
agent/src/domain/accelerometer.py
Normal file
8
agent/src/domain/accelerometer.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class Accelerometer:
|
||||
x: int
|
||||
y: int
|
||||
z: int
|
||||
Reference in New Issue
Block a user