from entities.basic_entity import BasicEntity class Institution(BasicEntity): def __init__(self): raise NotImplementedError()