"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LINE_CONTAINER = void 0;
const grid_size_constant_1 = require("./grid-size.constant");
exports.LINE_CONTAINER = Array.from({ length: grid_size_constant_1.GRID_SIZE }).fill([]);