This commit is contained in:
louiscklaw
2025-01-31 22:54:25 +08:00
parent e475cf3096
commit 2bd438f978
1019 changed files with 5849 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -x
rm -rf **/__pycache__ __pycache__
python ./demo_draft2.py
rm -rf **/__pycache__ __pycache__