module T::Private::Abstract::Data

def self.get(mod, key)

def self.get(mod, key)
  mod.instance_variable_get("@opus_abstract__#{key}")
end