mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
continue create docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user