You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preqs: Python
First create a virtual enviroment with py -m venv venv
then Windows: venv/Scripts/activate, Linux/MacOS: venv\bin\activate
then pip install -r req.txt
Finally run py test.py