Walmart Notes, offloading keys to ignore file
This commit is contained in:
6
Scripts/credlib.py
Normal file
6
Scripts/credlib.py
Normal 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
|
||||
Reference in New Issue
Block a user