Init repo

This commit is contained in:
2025-01-22 21:07:21 +01:00
commit 3185ecbc3a
7 changed files with 57 additions and 0 deletions

7
groups.py Normal file
View File

@@ -0,0 +1,7 @@
groups = {
'all': {
'member_patterns': (
r".*",
),
},
}