"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 Luci(); new Scenari(); new Antifurto(); // setToggleMovement();