class Dotenv::ReplayLogger

def initialize

def initialize
  super(nil) # Doesn't matter what this is, it won't be used.
  @logs = []
end