Walmart Notes, offloading keys to ignore file

This commit is contained in:
Norm Rasmussen
2023-02-15 17:08:29 -05:00
parent cf3d29858c
commit 36a2f2c080
8 changed files with 34 additions and 14 deletions

6
Scripts/credlib.py Normal file
View File

@ -0,0 +1,6 @@
class credential:
def __init__(self, hostname, username, password, apikey):
self.hostname = hostname
self.username = username
self.password = password
self.apikey = apikey