class Steep::Project::SignatureFile

def initialize(path:)

def initialize(path:)
  @path = path
  self.content = ""
end