2d73b8f 8f8d31a d6d4220 8f8d31a
1
2
3
4
5
6
7
8
9
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)