Motov Yurii
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/bigger-applications.md
|
|
|
@ -56,7 +56,7 @@ from app.routers import items |
|
|
|
|
|
|
|
The same file structure with comments: |
|
|
|
|
|
|
|
``` |
|
|
|
```bash |
|
|
|
. |
|
|
|
├── app # "app" is a Python package |
|
|
|
│ ├── __init__.py # this file makes "app" a "Python package" |
|
|
|
|