Set up ability to run commands from the terminal

This commit is contained in:
Andrew Miner
2025-10-06 20:57:46 -06:00
parent a8b6e6b15e
commit 4637137152
18 changed files with 231 additions and 49 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ class Biome(object):
"}"
]])
def traits(self) -> set[BiomeTrait]:
return set([
def traits(self) -> list[BiomeTrait]:
return list([
self.flora,
self.geology,
self.heat,