This commit is contained in:
richard 2013-04-23 19:58:18 +01:00
parent 964157bf41
commit ced5b616e1

View file

@ -2,6 +2,12 @@ from mega import Mega
def test(): def test():
"""
Enter your account details to begin
comment/uncomment lines to test various parts of the API
see readme.md for more information
"""
#user details #user details
email = 'your@email.com' email = 'your@email.com'
password = 'password' password = 'password'