Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 322 Bytes

Command Line Scripts

Install dependencies written in requirements.txt

pip install -r ./requirements.txt

Rules

It is important to provide type hints for all function parameters in order to ensure the maintainability of the code. Additionally, please write clear and readable docstrings wherever possible.