From 244e1773d86d028d534a3ed271d8e436da8c9cee Mon Sep 17 00:00:00 2001 From: sbosse Date: Wed, 28 Aug 2024 21:38:52 +0200 Subject: [PATCH] Wed 28 Aug 21:38:52 CEST 2024 --- src/main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main.py diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..6e9c483 --- /dev/null +++ b/src/main.py @@ -0,0 +1,4 @@ +import sys +from SimNDT.gui import app + +sys.exit(app.run())