# Dependancy Injection ## initialize ```shell pip install -r requirements.txt ``` ## run ```shell python3 __main__.py ``` ## run tests ```shell python3 tests.py ```