Files
fachschaften/organizationtypes/controller.py
2017-02-21 19:55:19 +01:00

9 lines
210 B
Python

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