This commit is contained in:
2025-12-03 17:16:44 +08:00
parent 1e80eb643e
commit 113864ceed
6 changed files with 18 additions and 8 deletions

View File

@@ -27,5 +27,8 @@ class HeurAMSApp(App):
def on_button_pressed(self, event: Button.Pressed) -> None:
self.exit(event.button.id)
def environment_check():
from heurams.context import working_var
app = HeurAMSApp()
app.run()
app.run()