Update app.py

This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-16 17:20:05 -05:00
parent 8c992591a8
commit 11b003bca4
Signed by: em
GPG key ID: 1A6725F1A81D6D50

2
app.py
View file

@ -25,7 +25,7 @@ class Run:
self.outside_power = moon.outside_max_power self.outside_power = moon.outside_max_power
def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str]: def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str] | None:
""" """
Given a run, return all possible spwns for location. Given a run, return all possible spwns for location.