5 lines
89 B
Python
Executable File
5 lines
89 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
from lib.user import create_users_from_file
|
|
|
|
create_users_from_file() |