This commit is contained in:
2025-04-14 16:38:53 +03:00
parent 3ef8707cfa
commit e189f8d9aa
7 changed files with 117 additions and 78 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ from inspect import getfullargspec
from argenta.command import Command
from argenta.command.models import InputCommand
from argenta.router.command_handlers.entity import CommandHandlers
from argenta.router.command_handler.entity import CommandHandler
from argenta.router.command_handler.entity import CommandHandlers, CommandHandler
from argenta.command.flag.models import Flag, Flags, InputFlags
from argenta.router.exceptions import (RepeatedFlagNameException,
TooManyTransferredArgsException,