mirror of
https://github.com/Zenithsiz/arc-proj.git
synced 2026-02-03 05:57:05 +00:00
Added type hint to agent type in graph.
This commit is contained in:
parent
33db83ef14
commit
c1efba26f4
@ -53,7 +53,7 @@ class Graph:
|
||||
size: Tuple[int, int]
|
||||
|
||||
# Agent type
|
||||
agent_ty: type | None
|
||||
agent_ty: type[Agent] | None
|
||||
|
||||
# Agents
|
||||
agents: dict[NodePos, Agent]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user