Skip to content
Snippets Groups Projects
script.js 257 B
Newer Older
Alfredo Chissotti's avatar
Alfredo Chissotti committed
"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();