module RuboCop::Cop::Sorbet::TEnum

def initialize(*)

def initialize(*)
  @scopes = []
  super
end