Refer to the Fellowship LMS for information!
python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
flask run
pytest test_pytest.py
pylint *.py