from muck.models.dbref import Dbref, ObjectType class Thing(Dbref): __mapper_args__ = { "polymorphic_identity": ObjectType.THING }