Skip to content

Commit ba5a367

Browse files
committed
added __init__ and __main__
1 parent e49e04f commit ba5a367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python/project_structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ sidebar_label: Project Structure
3232
:::
3333
*
3434
- :file_folder: {PROJECT_NAME}
35-
+ :memo: __init__.py
36-
+ :memo: __main__.py (**OPTIONAL**)
35+
+ :memo: `__init__.py`
36+
+ :memo: `__main__.py` (**OPTIONAL**) => for calling with `python -m`
3737
+ :file_folder: utils
3838
+ :file_folder: service
3939
+ :file_folder: config

0 commit comments

Comments
 (0)