diff --git a/utils/constants.py b/utils/constants.py index 1478737..b127f60 100644 --- a/utils/constants.py +++ b/utils/constants.py @@ -1,4 +1,4 @@ from utils.context import Context -# TODO: Make this not a singleton +# TODO: Make this not a singleton, maybe add it to the Bolt Context CONTEXT = Context()