utility function

master
Steve Nyemba 9 months ago
parent 2423aa25e2
commit d2944b2c4b

@ -2,6 +2,8 @@ import stripe
from store import get
from store import set
from meta import __version__,__author__
def isready():
return stripe.api_key is not None
def init(key:str):
"""
Initializing stripe store with a key

Loading…
Cancel
Save