From b266dd4a61b7da356ad261df986afb910de5b8cd Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 May 2026 23:41:26 +0000 Subject: [PATCH] Add start.py --- start.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.py diff --git a/start.py b/start.py new file mode 100644 index 0000000..d670315 --- /dev/null +++ b/start.py @@ -0,0 +1,4 @@ +from grid import GridApplication + +if __name__ == "__main__": + GridApplication().run()