chore: Move docs and scripts into directories

This commit is contained in:
Kevin Bataille
2025-10-06 14:55:20 +02:00
parent 795016a60c
commit 7d03f5b40c
7 changed files with 0 additions and 0 deletions

9
scripts/test_book_session.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Test script to demonstrate how to use the execute_book_session.py script
# Sample session ID (this should be a valid session ID from the crossfit booking system)
SESSION_ID="19291768"
# Run the script with the sample session ID
echo "Attempting to book session with ID: $SESSION_ID"
python execute_book_session.py $SESSION_ID