From 7be27a3c4399e23506971fcee540176144e89da3 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Sun, 15 Oct 2023 21:35:22 -0500 Subject: Further organize modules, rename request energy request method, provide tentative data in response --- app/constants/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/constants/constants.py') 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 -- cgit v1.2.3