class Molinillo::DependencyGraph

def initialize

Initializes an empty dependency graph
def initialize
  @vertices = {}
end