pub const std = @import("std");
const core = @import("core");
const impl = core;
pub const inputs = struct {
pub const getInputStack = inputs.getInputStack;
};