feature: initial

This commit is contained in:
Lucas F 2023-03-16 23:10:14 -03:00
parent 1586feeb3d
commit 58f71c1913
20 changed files with 753 additions and 1 deletions

14
readme.md Normal file
View file

@ -0,0 +1,14 @@
# How to use
```shell
git clone https://git.lucasf.dev/public/softdelete.git && \
cd softdelete && \
poetry shell && \
poetry install
```
# How to test
```shell
pytest --nomigrations
```