CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
index.ts14 linesDownload Raw Back to cli
1#!/usr/bin/env node2 3/**4 * @license5 * Copyright 2025 Google LLC6 * SPDX-License-Identifier: Apache-2.07 */8 9import { runCliEntryPoint } from './src/cli.js';10 11// --- Global Entry Point ---12 13void runCliEntryPoint();14 
basant307/AI_Governance_Project · CoolFace