from muck.models.dbref import Dbref class Room(Dbref): __mapper_args__ = { "polymorphic_identity": "room" }