class Steep::Project::DSL

def initialize(project:)

def initialize(project:)
  @project = project
  @global_signatures = []
end