from app import init_db_and_create_first_user if __name__ == '__main__': init_db_and_create_first_user()