summaryrefslogtreecommitdiff
path: root/datatemplates/agent_id.py
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-08-25 14:13:21 +0200
committerBotond Hende <nettingman@gmail.com>2024-08-25 14:13:21 +0200
commitea2da15f2b04e3b4febf2230d4fbb0e2d6147dfc (patch)
tree51cbf662ab104e1b8c3bdde8b7c4f20542146006 /datatemplates/agent_id.py
parent0a748763535dd184926969cfdc3d439a1b8bc9e9 (diff)
fastapi testing
Diffstat (limited to 'datatemplates/agent_id.py')
-rw-r--r--datatemplates/agent_id.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/datatemplates/agent_id.py b/datatemplates/agent_id.py
new file mode 100644
index 0000000..2424a40
--- /dev/null
+++ b/datatemplates/agent_id.py
@@ -0,0 +1,6 @@
+from pydantic import BaseModel
+
+
+class AgentId(BaseModel):
+ callsign: str
+ token: str