8 lines
92 B
Python
8 lines
92 B
Python
groups = {
|
|
'all': {
|
|
'member_patterns': (
|
|
r".*",
|
|
),
|
|
},
|
|
}
|