from src.controller import BaseController from .model import Organizationtype class OrgController(BaseController): __myclass__=Organizationtype __jsonid__='organizationtype' controller=OrgController()