module Eco::Source

def self.path

def self.path
  @path ||= ENV["ECO_SOURCE_PATH"] || bundled_path
end