General clean up of models and methods.

This commit is contained in:
Scott Idem
2021-05-28 01:40:18 -04:00
parent e46032a00b
commit 09c7b48223
61 changed files with 107 additions and 107 deletions

View File

@@ -14,7 +14,7 @@ from .api_crud import delete_obj_template, get_obj_template, get_obj_li_template
from ..methods.user_methods import load_user_obj
from ..models.common_field_schema import default_num_bytes
from ..models.response_model import *
from ..models.response_models import *
from ..models.user_models import User_Base, User_New_Base, User_Out_Base