A lot of work on event related modules. Also a lot of clean up.

This commit is contained in:
Scott Idem
2021-06-07 17:32:42 -04:00
parent 33ec6a4acb
commit 63baf4b2e9
9 changed files with 27 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ from app.lib_general import log, logging
from app.config import settings
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 app.routers.api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
from app.methods.account_methods import load_account_cfg_obj