class Tapioca::Commands::Require

def initialize(requires_path:, sorbet_config_path:)

def initialize(requires_path:, sorbet_config_path:)
  @requires_path = requires_path
  @sorbet_config_path = sorbet_config_path
  super()
end