Files
python_ioc/README.md
Torsten Ueberschar 347be92462 hrrr
2022-10-13 12:19:03 +02:00

20 lines
174 B
Markdown

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