Source code for divera.models.status_plan_category

from . import StatusPlanCategory as _StatusPlanCategory
from . import PullModel as _PullModel


[docs]class StatusPlanCategory(_StatusPlanCategory):
[docs] @staticmethod def get_all( ): return _PullModel.get_all( model=StatusPlanCategory, )