General clean up of models and methods.

This commit is contained in:
Scott Idem
2021-05-28 01:30:56 -04:00
parent 29692ac78e
commit e46032a00b
27 changed files with 161 additions and 101 deletions

View File

@@ -11,7 +11,7 @@ from app.db_sql import *
from .api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
from ..models.organization_model import Organization_Base
from ..models.organization_models import Organization_Base
from ..models.response_model import *