initial commit

This commit is contained in:
jothi
2025-08-06 12:24:45 +05:30
commit 6c73039a1a
22 changed files with 3273 additions and 0 deletions

7
user_roles.json Normal file
View File

@@ -0,0 +1,7 @@
{
"Admin": {
"roles": [
"Super Admin"
]
}
}