4 lines
53 B
Bash
4 lines
53 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
PYTHONPATH=$PWD python3 test/main_test.py
|