//! There should not be any http specific stuff in here, //! only the specific api endpoints. const std = @import("std"); pub const _ = @import("sketch.zig"); test { _ = std.testing.refAllDecls(@This()); }