-
Alfredo Chissotti authoredAlfredo Chissotti authored
script.js 260 B
"use strict";
import Luci from './luci.js';
import Scenari from "./scenari.js";
import Antifurto from "./antifurto.js";
import { setToggleMovement } from "./toggles.js";
// launch each class
new Antifurto();
new Luci();
new Scenari();
// setToggleMovement();