feat(utils): adds routes constants dictionary and db utils

This commit is contained in:
2024-11-02 18:28:11 -03:00
parent a31ec81813
commit dff079f86f
3 changed files with 28 additions and 0 deletions

2
app/utils/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from app.utils.db_utils import DBUtils
from app.utils.route_const import ROUTES