Alex Perry | 5f474f2 | 2020-02-01 12:14:24 -0800 | [diff] [blame] | 1 | import {Connection} from 'aos/network/www/proxy'; |
2 | |||||
3 | import {ImageHandler} from './image_handler'; | ||||
Alex Perry | 6249aaf | 2020-02-29 14:51:49 -0800 | [diff] [blame] | 4 | import {ConfigHandler} from 'aos/network/www/config_handler'; |
Alex Perry | 5f474f2 | 2020-02-01 12:14:24 -0800 | [diff] [blame] | 5 | |
6 | const conn = new Connection(); | ||||
7 | |||||
8 | conn.connect(); | ||||
9 | |||||
Alex Perry | d196988 | 2020-03-06 21:19:00 -0800 | [diff] [blame] | 10 | const iHandler = new ImageHandler(conn); |