Moibe's picture
Analytics
c5d5fac
raw
history blame
158 Bytes
import autenticacion
env = 'dev' #o dev
llave, webhook = autenticacion.defineAmbiente(env)
print("La llave es: ", llave)
print("Y el webhook es: ", webhook)