From 33a421dd804df9ca203e49eb63458502927d38b6 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 19 Jan 2024 13:27:57 -0600 Subject: [PATCH] bug fix: imports --- meta/__init__.py | 2 +- store/get/__init__.py | 1 + store/set/__init__.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/__init__.py b/meta/__init__.py index b89b21f..a46392e 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1,3 +1,3 @@ __name__="store" -__version__="1.0" +__version__="1.1" __author__="steve@the-phi.com" diff --git a/store/get/__init__.py b/store/get/__init__.py index 246ccaa..4d234a7 100644 --- a/store/get/__init__.py +++ b/store/get/__init__.py @@ -1,3 +1,4 @@ +import stripe def customer(email:str) : """ This function returns a customer given an email diff --git a/store/set/__init__.py b/store/set/__init__.py index 7d6c246..f9a26f1 100644 --- a/store/set/__init__.py +++ b/store/set/__init__.py @@ -1,3 +1,4 @@ +import stripe def customer(email:str,name:str): """ :email customer's email