ubigeo.py 299 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 from typing import List from presupuestov1.schema import OrmBaseModel from presupuestov1 import schemas class UbigeoResumenes(OrmBaseModel): gestion: int ubigeo: str desc_ubigeo: str desc_departamento: str mont: float per_capita: str ranking: int n_entidades: int