module T::Helpers

def abstract!

def abstract!
  Private::Abstract::Declare.declare_abstract(self, type: :abstract)
end