4 lines
87 B
TypeScript
4 lines
87 B
TypeScript
import { Cli } from "./cli/cli.ts";
|
|
|
|
const infernod = new Cli();
|
|
await infernod.run();
|