1 2 3 4 5 6
from m5.SimObject import SimObject from m5.SimObject import SimObject class MemObject(SimObject): type = 'MemObject' abstract = True