blob: 5a3165e4144a01b8388cbf5f389b1ae7ffabfd30 [file] [log] [blame]
Alex Perryb3b50792020-01-18 16:13:45 -08001import {Connection} from './proxy';
2
3const conn = new Connection();
4
5conn.connect();