mirror of
https://github.com/johndoe6345789/bamboogenerator.git
synced 2026-04-24 13:24:54 +00:00
9 lines
130 B
Batchfile
9 lines
130 B
Batchfile
@echo off
|
|
REM Run all Python examples using the cross-platform script
|
|
cd /d %~dp0
|
|
set PYTHONPATH=.
|
|
|
|
python run_examples.py
|
|
|
|
pause
|