mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
Update documentation and code snippets
This commit is contained in:
@@ -9,7 +9,7 @@ Argenta is the **"Simplest"**, **"Most Modular"**, and **"Most Elegant"** way to
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> from argenta import Router, Command, Response
|
>>> from argenta import Router, Command, Response
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ Argenta — это **"Самый простой"**, **"Самый модульн
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> from argenta import Router, Command, Response
|
>>> from argenta import Router, Command, Response
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user