/goitneo-python-hw-3-mds-2

GoitNeo python homework 3 (MDS 2)

Primary LanguagePython

GoitNeo python homework 3 (MDS 2)

Screen.Recording.2023-11-20.at.11.48.27.mov

To run the project

pip install -r requirements.txt
python main.py

To run the tests

make test

or

python -m unittest discover tests

To run linter

make lint

or

python -m isort **/*.py
python -m black **/*.py