blob: e9d23fa688cbc3587b1099052cbc39eb41791dbd [file] [log] [blame]
import {Connection} from '../../aos/network/www/proxy';
import {StarterHandler} from './starter_handler';
const conn = new Connection();
conn.connect();
const starterHandler = new StarterHandler(conn);
starterHandler.draw();