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