zigwin32/win32/ai.zig

6 lines
175 B
Zig
Raw Normal View History

2023-08-13 13:49:39 +00:00
//! NOTE: this file is autogenerated, DO NOT MODIFY
pub const machine_learning = @import("ai/machine_learning.zig");
test {
@import("std").testing.refAllDecls(@This());
}