added function definitions & doc strings

This commit is contained in:
Kevin Froman 2018-01-16 02:32:17 -06:00
parent d3ef554df1
commit ce921d211c
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
2 changed files with 16 additions and 0 deletions

View file

@ -148,3 +148,9 @@ class Core:
conn.commit()
conn.close()
return
def generateHMAC(self):
'''
generate and return an HMAC key
'''
return