We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49e04f commit ba5a367Copy full SHA for ba5a367
docs/python/project_structure.md
@@ -32,8 +32,8 @@ sidebar_label: Project Structure
32
:::
33
*
34
- :file_folder: {PROJECT_NAME}
35
- + :memo: __init__.py
36
- + :memo: __main__.py (**OPTIONAL**)
+ + :memo: `__init__.py`
+ + :memo: `__main__.py` (**OPTIONAL**) => for calling with `python -m`
37
+ :file_folder: utils
38
+ :file_folder: service
39
+ :file_folder: config
0 commit comments