entity.py 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 from typing import List from presupuestov1.schema import OrmBaseModel from presupuestov1 import schemas class ClasInstitucionalIngresosGastos(schemas.classifier.ClasInstitucional): gastos: List[schemas.treemap.TreemapObjeto]