init python

This commit is contained in:
2025-07-24 21:47:54 +02:00
parent 33fc237cb8
commit 27ca4dfce3
6 changed files with 472 additions and 0 deletions

5
bin/createUser.py Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python3
from lib.user import create_users_from_file
create_users_from_file()