5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PYTHONPATH=`pwd`
|
|
python3 tests/decoding_test.py
|