Update Coding standards authored by fima's avatar fima
...@@ -40,15 +40,15 @@ For example, your project structure could be like this: ...@@ -40,15 +40,15 @@ For example, your project structure could be like this:
``` ```
example-repo/ example-repo/
qimex/ qimex/
┃ ┣ __init__.py │ ├ __init__.py
┃ ┗ examples.py │ └ examples.py
tests/ tests/
┃ ┣ __init__.py │ ├ __init__.py
┃ ┗ test_examples.py │ └ test_examples.py
.gitignore .gitignore
LICENSE LICENSE
README.md README.md
``` ```
Inside `examples.py` you could have this function: Inside `examples.py` you could have this function:
... ...
......