diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-10-15 21:35:22 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2023-10-15 21:35:22 -0500 |
| commit | 7be27a3c4399e23506971fcee540176144e89da3 (patch) | |
| tree | 37901e5d0ae07f5c44ee93d0c833aac38189821c /app/constants/constants.py | |
| parent | d8f609bf6c71e088ee0be093ea126df05d0211f5 (diff) | |
| download | city-utilities-restful-wrapper-7be27a3c4399e23506971fcee540176144e89da3.tar.xz city-utilities-restful-wrapper-7be27a3c4399e23506971fcee540176144e89da3.zip | |
Further organize modules, rename request energy request method, provide tentative data in response
Diffstat (limited to 'app/constants/constants.py')
| -rw-r--r-- | app/constants/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants/constants.py b/app/constants/constants.py index f3ab71d..4bdc5dd 100644 --- a/app/constants/constants.py +++ b/app/constants/constants.py @@ -1,4 +1,4 @@ -from app.login.credentials import * +from app.request.login.credentials import * # TODO: Organize this better |
