PYTHONPATH=../ pytest test.py -s
PYTHONPATH=../ pytest test.py
# Run on `test` data
PYTHONPATH=../ python main.py --type tst
# Run on `small` data
PYTHONPATH=../ python main.py --type sml
# Run on the `big` data
PYTHONPATH=../ python main.py --type bg
PYTHONPATH=.. uvicorn server:app --workers 2