work on v0.3.0

This commit is contained in:
2025-02-15 12:05:42 +03:00
parent ebfd5a80b3
commit 0ae86d0b2b
21 changed files with 101 additions and 36 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
from argenta.command.params.flag.entity import Flag
class FlagsGroup:
def __init__(self, flags):
def __init__(self, flags: list[Flag]):
self.flags = flags