bwfiles/groups.py
2025-01-22 21:07:21 +01:00

8 lines
92 B
Python

groups = {
'all': {
'member_patterns': (
r".*",
),
},
}