mirror of https://github.com/tiangolo/fastapi.git
📝 Specify language code for code block (#14656)
This commit is contained in:
parent
f2687dc1bb
commit
b1db1395b6
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue