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