require_relative 'uuid_entity' module Kamerling class Project < UUIDEntity attrs name: String end end