diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..20cc249 --- /dev/null +++ b/start.bat @@ -0,0 +1 @@ +python -m joy.gui \ No newline at end of file diff --git a/startREPL.bat b/startREPL.bat new file mode 100644 index 0000000..59825cc --- /dev/null +++ b/startREPL.bat @@ -0,0 +1 @@ +python -m joy \ No newline at end of file diff --git a/startVUI.bat b/startVUI.bat new file mode 100644 index 0000000..672e7f6 --- /dev/null +++ b/startVUI.bat @@ -0,0 +1 @@ +python -m joy.vui \ No newline at end of file