4 lines
83 B
Bash
4 lines
83 B
Bash
|
|
#!/bin/bash
|
||
|
|
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
|
||
|
|
./venv/bin/python src/main.py
|