LU-bookstore/README.md
2023-11-08 16:10:52 +02:00

17 lines
177 B
Markdown

# LU bookstore
## Task
Develop a bookstore inventory management system in Python.
Read more [here](TASK.md)
## Running
```shell
pip install -e .
```
```shell
./main.py
```