class Steep::Server::Master::TypeCheckController::TargetPaths

def initialize(project:, target:)

def initialize(project:, target:)
  @project = project
  @target = target
  @code_paths = Set[]
  @signature_paths = Set[]
  @library_paths = Set[]
end