Update goodpractices.rst

Fix example package tree.
This commit is contained in:
gresm
2022-04-16 15:51:21 +02:00
committed by GitHub
parent 752a059cc2
commit 61095e4ba6

View File

@@ -196,7 +196,7 @@ want to distribute them along with your application:
__init__.py
app.py
view.py
test/
tests/
__init__.py
test_app.py
test_view.py