A SpaceTraders Agent

fix import

altagos.dev 5c827549 83aec082

verified
+1 -2
+1 -2
src/st/api.zig
··· 2 2 3 3 const st = @import("root.zig"); 4 4 const http = st.http; 5 + const Client = http.Client; 5 6 const Response = st.http.Response; 6 7 7 8 const models = st.models; 8 9 const Wrapper = models.Wrapper; 9 10 const Query = models.Query; 10 - 11 - const Client = st.Client; 12 11 13 12 pub fn account(client: *Client) !Response(models.accounts.AccountWrapper) { 14 13 return client.request(