Spaces:
Runtime error
Runtime error
File size: 94 Bytes
1b0bd15 |
1 2 3 4 5 6 |
#!/bin/bash
# Run the client script
echo "Running the client script..."
python -m src.client
|