#!/usr/bin/python2
from swdl.swrest import save_password
if __name__=="__main__":
    save_password()
