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