""" Room Rooms are simple containers that has no location of their own. """ from lib.rpsystem import ContribRPRoom # rpsystem class Room(ContribRPRoom): pass