small update in branches

This commit is contained in:
waldek 2021-05-23 16:31:06 +02:00
parent 62b5b31deb
commit 0177841961
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@ The `./poc_standalone.py` is a **proof of concept** on how the end program shoul
It *kind* of works but there is a lot to fix and improve.
The `./standalone_tui.py` is a basic [MVC](https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/) implementation we can build on.
## Branches
All development should be done in the `testing` branch and brought to the `master` branch with merge requests.