Update documentation and code snippets

This commit is contained in:
2025-12-04 17:23:22 +03:00
parent 974d35fb82
commit d4129e27e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Argenta is the **"Simplest"**, **"Most Modular"**, and **"Most Elegant"** way to
--- ---
![preview](https://github.com/koloideal/Argenta/blob/main/imgs/mock_app_preview4.png?raw=True) ![preview](https://i.ibb.co/tp9KmcZV/2025-12-04-172123.png)
```python ```python
>>> from argenta import Router, Command, Response >>> from argenta import Router, Command, Response
+1 -1
View File
@@ -9,7 +9,7 @@ Argenta — это **"Самый простой"**, **"Самый модульн
--- ---
![preview](https://github.com/koloideal/Argenta/blob/main/imgs/mock_app_preview4.png?raw=True) ![preview](https://i.ibb.co/tp9KmcZV/2025-12-04-172123.png)
```python ```python
>>> from argenta import Router, Command, Response >>> from argenta import Router, Command, Response
+1 -1
View File
@@ -1,5 +1,5 @@
# main.py # main.py
from routers import router from .routers import router
from argenta import App, Orchestrator from argenta import App, Orchestrator