docker000 / game /sim /spawn_budget.py
seachen's picture
Deploy Quiet Town Corner Shop Docker demo (Gradio + Python sim) (part 5)
3831e97 verified
Raw
History Blame Contribute Delete
197 Bytes
"""Spawn budget table by phase."""
from __future__ import annotations
from game.sim.stage_table import spawn_budget, SPAWN_BUDGET
def budget_for(phase: str) -> int:
return spawn_budget(phase)