import {hostGame} from "./engine/internal/host.ts";
import {game} from "./game.ts";

hostGame(game);