#!python
from swdl.swrest import save_password

if __name__ == "__main__":
    save_password()
