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()