This commit is contained in:
2026-06-25 15:40:45 -04:00
parent 988ddf1ebf
commit c1a5361255
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import time
from untitled import generation, model, persistence, rules, ui
from untitled.screens.common import options, go_to
from untitled.screens.common import go_to, options
def house(save: model.Save):

View File

@@ -1,4 +1,4 @@
from untitled import ui, content, model, rules
from untitled import content, model, rules, ui
def shop(save: model.Save):