Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
stripe-fastapi-docker-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1d27968
stripe-fastapi-docker-dev
/
globales.py
Moibe
Prints
8f8d31a
11 days ago
raw
Copy download link
history
blame
Safe
190 Bytes
import
autenticacion
print
(
"Estoy en globales..."
)
env =
'prod'
#o dev
llave, webhook = autenticacion.defineAmbiente(env)
print
(
"La llave es: "
, llave)
print
(
"Y el webhook es: "
, webhook)