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