module KPM::SystemProxy::OS

def self.unix?

def self.unix?
  !OS.windows?
end