mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
7 lines
142 B
Python
7 lines
142 B
Python
from argenta.command.params.flag.entity import Flag
|
|
|
|
|
|
class FlagsGroup:
|
|
def __init__(self, flags: list[Flag]):
|
|
self.flags = flags
|