Moibe's picture
Remove visibility
1c1957c
raw
history blame
163 Bytes
import autenticacion
env = 'prod' #o dev
llave, webhook = autenticacion.defineAmbiente(env)
# print("La llave es: ", llave)
# print("Y el webhook es: ", webhook)