Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
6f55f33dbe1e8fc721fa4c714787a315c91fc0dc
/
.
/
aos
/
network
/
www
/
main.ts
blob: 5a3165e4144a01b8388cbf5f389b1ae7ffabfd30 [
file
] [
log
] [
blame
]
Alex Perry
b3b5079
2020-01-18 16:13:45 -0800
[
diff
] [
blame
]
1
import
{
Connection
}
from
'./proxy'
;
2
3
const
conn
=
new
Connection
();
4
5
conn
.
connect
();