continue create docs

This commit is contained in:
2025-10-15 14:26:33 +03:00
parent 6e3da8b4e4
commit bd37fab1ce
18 changed files with 238 additions and 26 deletions
+2
View File
@@ -1,3 +1,5 @@
from argenta.app.models import App as App
from argenta.orchestrator.entity import Orchestrator as Orchestrator
from argenta.router.entity import Router as Router
from argenta.response.entity import Response as Response
from argenta.command.models import Command as Command
+5 -5
View File
@@ -1,6 +1,6 @@
from argenta.command.flag import Flag as Flag
from argenta.command.flag import Flags as Flags
from argenta.command.flag import PossibleValues as PossibleValues
from argenta.command.flag import (Flag as Flag,
Flags as Flags,
PossibleValues as PossibleValues)
from argenta.command.flag.defaults import PredefinedFlags as PredefinedFlags
from argenta.command.models import Command as Command
from argenta.command.models import InputCommand as InputCommand
from argenta.command.models import (Command as Command,
InputCommand as InputCommand)