This commit is contained in:
2025-03-01 00:25:01 +03:00
parent 3f7c577c29
commit fd4f2e1570
9 changed files with 103 additions and 41 deletions
@@ -20,3 +20,6 @@ class FlagsGroup:
def __next__(self):
return next(iter(self))
def __getitem__(self, item):
return self._flags[item]