Compare commits

..

1 Commits

Author SHA1 Message Date
Yurii Motov
6a55384e81 Specify language code for code block 2026-01-06 23:11:10 +01:00

View File

@@ -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"