fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user