class SassC::Importer

def imports(path, parent_path)

def imports(path, parent_path)
  # A custom importer must override this method.
  # Custom importer may return an Import, or an array of Imports.
  raise NotImplementedError
end

def initialize(options)

def initialize(options)
  @options = options
end