mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
work on v0.3.0
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user