5 lines
No EOL
110 B
Python
5 lines
No EOL
110 B
Python
from app import init_db_and_create_first_user
|
|
|
|
|
|
if __name__ == '__main__':
|
|
init_db_and_create_first_user() |