bundlewrap/groups/all.py

9 lines
110 B
Python
Raw Normal View History

2021-11-26 18:45:23 +00:00
groups['all'] = {
'member_patterns': {
r".*",
},
'subgroups': {
'linux',
},
}