mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
7 lines
117 B
Batchfile
7 lines
117 B
Batchfile
|
@echo off
|
||
|
title GUI Editor
|
||
|
set /P PPYTHON_PATH=<PPYTHON_PATH
|
||
|
|
||
|
:main
|
||
|
%PPYTHON_PATH% -m guieditor.EditorStart
|
||
|
goto main
|