index
:
clariossAI
master
Python web api to run and manage automatized tasks in SpaceTradersAPI
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datatemplates
/
agent_id.py
blob: 2424a40dc4f294652bf794933af4c904cafc2599 (
plain
)
1
2
3
4
5
6
from pydantic import BaseModel class AgentId(BaseModel): callsign: str token: str