4 lines
154 B
Zig
4 lines
154 B
Zig
//! By convention, root.zig is the root source file when making a library.
|
|
|
|
pub const bot = @import("bot.zig");
|
|
pub const buffer = @import("buffer.zig");
|