from utils.sql_commands import initialize_database if __name__ == "__main__": initialize_database() print("Database initialization complete.")