#include "client.h" #include #include rpc::client & get_client() { static rpc::client c(hwd::internal::host(), hwd::internal::port()); return c; }