sunset := @use("../../../libraries/sunset_proto/src/lib.hb")
main := fn(): void {
sunset.server.start()
loop if sunset.server.handle_connections() {
}