From fb13a4717929b2c6e36c7635bed5269bac3e14ca Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 19 Jan 2024 13:29:17 -0600 Subject: [PATCH] bug fix --- store/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/__init__.py b/store/__init__.py index 3b609e6..430a88c 100644 --- a/store/__init__.py +++ b/store/__init__.py @@ -1,6 +1,6 @@ import stripe -from store import get -from store import set +from . import get +from . import set from meta import * def init(key:str): """