LU-bookstore/README.md
2023-10-22 19:12:05 +03:00

16 lines
176 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
```